diff options
author | Sven Gothel <[email protected]> | 2019-08-19 09:02:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-08-19 09:02:38 +0200 |
commit | 229adcb91ecb47391b93bb1c36453262acf70ff6 (patch) | |
tree | bb894cf589a97b4e21e203d67369d4f7ad2c6df9 /make/scripts/make.jogl.all.android-armv6-cross.sh | |
parent | 0268e69fceb87ff7eeb1b9c61ceccf532f0cd83b (diff) |
Bug 1363: Java 11: Adapt build scripts for java11
Diffstat (limited to 'make/scripts/make.jogl.all.android-armv6-cross.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.android-armv6-cross.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/make/scripts/make.jogl.all.android-armv6-cross.sh b/make/scripts/make.jogl.all.android-armv6-cross.sh index e9f8cc8b5..0253765ac 100755 --- a/make/scripts/make.jogl.all.android-armv6-cross.sh +++ b/make/scripts/make.jogl.all.android-armv6-cross.sh @@ -26,13 +26,12 @@ export TARGET_ADB_PORT=5555 export TARGET_ROOT=/data/projects export TARGET_ANT_HOME=/usr/share/ant -export ANDROID_VERSION=9 -export SOURCE_LEVEL=1.6 -export TARGET_LEVEL=1.6 -export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar +export ANDROID_VERSION=24 +export SOURCE_LEVEL=1.8 +export TARGET_LEVEL=1.8 +export TARGET_RT_JAR=/opt-share/jre1.8.0_212/lib/rt.jar -#export GCC_VERSION=4.4.3 -export GCC_VERSION=4.8 +export GCC_VERSION=4.9 HOST_ARCH=linux-x86_64 export TARGET_TRIPLE=arm-linux-androideabi |