update OpenSSL building instructions
need to download Android.mk to a specific folder.
Change-Id: Id21eb53588eb0be0185c0db42571627bd7ae079e
Refs: #3961
diff --git a/README.md b/README.md
index ff4c5fb..e7c7c33 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@
CRYSTAX_NDK_VERSION=10.3.1
SDK_VERSION=24.4.1
+ OPENSSL_VERSION=1.0.2h
BUILD_TOOLS_VERSION=23.0.2
COMPILE_SDK_VERSION=23
@@ -43,6 +44,7 @@
git clone https://github.com/crystax/android-vendor-openssl.git
cd crystax-ndk-$CRYSTAX_NDK_VERSION
./build/tools/build-target-openssl.sh ../android-vendor-openssl/
+ cp sources/openssl/1.0.1p/Android.mk -o sources/openssl/$OPENSSL_VERSION/Android.mk
Alternatively, you can use precompiled versions (currently, available for CrystaX NDK 10.3.1 only):