https://github.com/guardianproject/openssl-android


/jni/Application.mk

LOCAL_PATH := $(call my-dir)

NDK_TOOLCHAIN_VERSION=4.4.3

APP_PROJECT_PATH := $(shell pwd)

APP_BUILD_SCRIPT := $(LOCAL_PATH)/../Android.mk  ------- 요거


http://stackoverflow.com/questions/14398053/how-to-build-openssl-for-android-on-windows-with-ndk8

Posted by Mocker