Skip to content

build scripts of third_party_library,such as libcurl/openssl and so on

Notifications You must be signed in to change notification settings

aiadaniel/third_party_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

第三方库编译脚本

1.openssl

2.libcurl


注意

  • openssl1.1.1b curl7.64.1

  • 全局配置ANDROID_NDK_ROOT环境变量

  • ndk-r13b正常编译出库

    • 使用方法1:解压ssl库,把build_openssl_android.sh放进去执行

    • 使用方法2:解压curl库,把config_curl_android.sh和build_curl_android.sh放进去,需要修改openssl的输出路径到你自己的(--with-ssl=/home/lxm/openssl-1.1.1b/output/$AOSP_ABI/),然后执行build脚本

  • 目前ndk-r20编译使用llvm,openssl正常编译,但curl未能成功


还可以参考

About

build scripts of third_party_library,such as libcurl/openssl and so on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published