项目作者: willyliu

项目描述 :
Builds openssl 1.1.0h with android ndk r17.
高级语言: Shell
项目地址: git://github.com/willyliu/build-openssl-android.git
创建时间: 2018-05-29T09:21:03Z
项目社区:https://github.com/willyliu/build-openssl-android

开源协议:

下载


build-openssl-android

Builds openssl library for android. Based on https://github.com/sqlcipher/android-database-sqlcipher/blob/gradle/android-database-sqlcipher/build-openssl-libraries.sh.

Usage

You must first install Android NDK and then build the openssl library with command like this:

  1. ANDROID_NDK_ROOT=/Users/willyliu/Library/Android/sdk/ndk-bundle sh ./build-openssl-android.sh 16 21

The first number is the API_LEVEL for 32bit library, and the second number is the API_LEVEL for 64bit library.

The result will be in the openssl-lib directory.