Skip to content

Commit d8d7449

Browse files
Update OpenSSL build script to support latest NDK (r11c)
1 parent fc4726f commit d8d7449

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build-openssl-libraries.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
${ANDROID_NDK_ROOT}/build/tools/make-standalone-toolchain.sh \
4949
--platform=${ANDROID_PLATFORM_VERSION} \
5050
--install-dir=${ANDROID_TOOLCHAIN_DIR} \
51-
--system=${TOOLCHAIN_SYSTEM} \
5251
--arch=arm
5352

5453
export PATH=${ANDROID_TOOLCHAIN_DIR}/bin:$PATH
@@ -68,7 +67,6 @@
6867
${ANDROID_NDK_ROOT}/build/tools/make-standalone-toolchain.sh \
6968
--platform=${ANDROID_PLATFORM_VERSION} \
7069
--install-dir=${ANDROID_TOOLCHAIN_DIR} \
71-
--system=${TOOLCHAIN_SYSTEM} \
7270
--arch=arm
7371

7472
export PATH=${ANDROID_TOOLCHAIN_DIR}/bin:$PATH
@@ -88,7 +86,6 @@
8886
${ANDROID_NDK_ROOT}/build/tools/make-standalone-toolchain.sh \
8987
--platform=${ANDROID_PLATFORM_VERSION} \
9088
--install-dir=${ANDROID_TOOLCHAIN_DIR} \
91-
--system=${TOOLCHAIN_SYSTEM} \
9289
--arch=x86
9390

9491
export PATH=${ANDROID_TOOLCHAIN_DIR}/bin:$PATH

0 commit comments

Comments
 (0)