summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x32.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-26 18:24:28 +0100
committerSven Gothel <[email protected]>2019-12-26 18:24:28 +0100
commit22b41b9a232527d8c2b2a2b03e03005273529df7 (patch)
tree1d5cd2c19c56dbc0d6a96cdfba61c269cf19781b /make/scripts/tests-x32.sh
parent855fc43060fe788ce32b2daa396f6fe236c31ba8 (diff)
Bug 1417: Android: Adapt to GlueGen's 'aapt.signed' d8 usage and use manifest SDK API [min=21, target=28]
Also fix all make/scripts using Java11 as 'host compiler' and Java8 as target-rt-jar, as well as adapt to GlueGen's new Android 'setenv-android-tools.sh' for new SDK/NDK as of 2019-12-10.
Diffstat (limited to 'make/scripts/tests-x32.sh')
-rwxr-xr-xmake/scripts/tests-x32.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x32.sh b/make/scripts/tests-x32.sh
index 858ed5fd..0a345cec 100755
--- a/make/scripts/tests-x32.sh
+++ b/make/scripts/tests-x32.sh
@@ -8,6 +8,6 @@ fi
export SWT_CLASSPATH=`pwd`/lib/swt/gtk-linux-x86/swt-debug.jar
-. $SDIR/tests.sh `which java` -d32 ../build-x86 $*
+. $SDIR/tests.sh `which java` -DummyArg ../build-x86 $*