项目作者: ph4r05

项目描述 :
OpenSSL build for Android (arm, armv7, x86)
高级语言: Shell
项目地址: git://github.com/ph4r05/android-openssl.git
创建时间: 2016-09-18T15:23:13Z
项目社区:https://github.com/ph4r05/android-openssl

开源协议:

下载


Android build environment for OpenSSL

  • Supports build for multiple architectures - ARM, ARMv7, X86
  • Uses OpenSSL source codes
  • Integrated with Android.mk build
  • Contains pre-compiled OpenSSL 1.0.2j (use if you want or compile your own)

How to compile

  1. cd jni/openssl
  2. ./build.sh

Optionally, set variables on the beginning of the build.sh according to your Android NDK.

In the global JNI Android.mk you can then simply include Android.mk from openssl directory so the
static or dynamic libraries are linked to the rest of your project.

  1. include jni/openssl/Android.mk

Include paths for header files are not set, headers will be after compilation present at

  1. jni/openssl/sources/include