diff options
author | Sven Gothel <[email protected]> | 2019-04-08 05:47:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-08 05:47:44 +0200 |
commit | 1ecfcebb0604abc42e70b986f6358fcf282f47c7 (patch) | |
tree | 940d09d85b8d7c00c774821acf6abfc0a9561323 /make/scripts/make.jogl.all.android-armv6-cross.sh | |
parent | ab10b11a9c94d9597f788e218fe45ede49c67f33 (diff) |
Bug 1190: Adapt cross build scripts
Diffstat (limited to 'make/scripts/make.jogl.all.android-armv6-cross.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.android-armv6-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.android-armv6-cross.sh b/make/scripts/make.jogl.all.android-armv6-cross.sh index ad7255aad..e9f8cc8b5 100755 --- a/make/scripts/make.jogl.all.android-armv6-cross.sh +++ b/make/scripts/make.jogl.all.android-armv6-cross.sh @@ -37,7 +37,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" |