aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jocl.all.android-armv6-cross.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-08 05:52:17 +0200
committerSven Gothel <[email protected]>2019-04-08 05:52:17 +0200
commit2a60b191c72f730e5513b8b6b343b0bd54136ffd (patch)
tree618599c096e66bc1956de6e305d797128fa3a93f /make/scripts/make.jocl.all.android-armv6-cross.sh
parent83c25cf22266f18029a5f9abc35da4ceb700f680 (diff)
Bug 1190: Adapt cross build scripts
Diffstat (limited to 'make/scripts/make.jocl.all.android-armv6-cross.sh')
-rwxr-xr-xmake/scripts/make.jocl.all.android-armv6-cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jocl.all.android-armv6-cross.sh b/make/scripts/make.jocl.all.android-armv6-cross.sh
index dcca619f..c52e6fa8 100755
--- a/make/scripts/make.jocl.all.android-armv6-cross.sh
+++ b/make/scripts/make.jocl.all.android-armv6-cross.sh
@@ -36,7 +36,7 @@ HOST_ARCH=linux-x86_64
export TARGET_TRIPLE=arm-linux-androideabi
export NDK_TOOLCHAIN_ROOT=$NDK_ROOT/toolchains/${TARGET_TRIPLE}-${GCC_VERSION}/prebuilt/${HOST_ARCH}
-export TARGET_PLATFORM_ROOT=${NDK_ROOT}/platforms/android-${ANDROID_VERSION}/arch-arm
+export TARGET_PLATFORM_SYSROOT=${NDK_ROOT}/platforms/android-${ANDROID_VERSION}/arch-arm
# Need to add toolchain bins to the PATH.
export PATH="$NDK_TOOLCHAIN_ROOT/$TARGET_TRIPLE/bin:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools/$ANDROID_BUILD_TOOLS_VERSION:$PATH"