diff options
author | Sven Gothel <[email protected]> | 2012-02-23 19:30:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-23 19:30:18 +0100 |
commit | 0836e01287b8315d9800965a9e097d4869cb884e (patch) | |
tree | a1bbbdbd5a2089882ee6115f38ebbd9a7463ded2 /make/scripts/make.jogl.all.android-armv7-cross.sh | |
parent | 205cf0bb9b76790a053606b38df017759c61c6e9 (diff) |
Fix linux armv7 non-cross script / Disable ScreenMode on linux armv7 unit tests (build scripts)
Disable ScreenMode on Linux-ARM-Omap4 for example,
where XRandR calls consume up to 3s per test.
Diffstat (limited to 'make/scripts/make.jogl.all.android-armv7-cross.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.android-armv7-cross.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.android-armv7-cross.sh b/make/scripts/make.jogl.all.android-armv7-cross.sh index 37a5c4c35..20c90d160 100755 --- a/make/scripts/make.jogl.all.android-armv7-cross.sh +++ b/make/scripts/make.jogl.all.android-armv7-cross.sh @@ -105,6 +105,7 @@ ant \ -DisUnix=true \ -DisAndroid=true \ -DisAndroidARMv7=true \ + -DjvmDataModel.arg="-Djnlp.no.jvm.data.model.set=true" \ -DisCrosscompilation=true \ \ $* 2>&1 | tee -a make.jogl.all.android-armv7-cross.log |