summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.android-armv7-cross.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-21 03:45:49 +0200
committerSven Gothel <[email protected]>2013-06-21 03:45:49 +0200
commitb82f1b112a57fe2f36ba505fd837e3c6fba5fefa (patch)
treedbf25a2fefaddae93eeeee9937ba25cff70bdab5 /make/scripts/make.gluegen.all.android-armv7-cross.sh
parenteb842815498f5926828b49c48fffce22fc9586a2 (diff)
Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security testing
Diffstat (limited to 'make/scripts/make.gluegen.all.android-armv7-cross.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.android-armv7-cross.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.android-armv7-cross.sh b/make/scripts/make.gluegen.all.android-armv7-cross.sh
index e811339..f79b904 100755
--- a/make/scripts/make.gluegen.all.android-armv7-cross.sh
+++ b/make/scripts/make.gluegen.all.android-armv7-cross.sh
@@ -92,7 +92,8 @@ export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-android-armv7.xml"
which gcc 2>&1 | tee make.gluegen.all.android-armv7-cross.log
-export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
+#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
+export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet"
#BUILD_ARCHIVE=true \
ant \