diff options
author | Sven Gothel <[email protected]> | 2011-07-24 12:41:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-24 12:41:13 +0200 |
commit | 26374fad042f4a33f799cdee367dc903b27a44f7 (patch) | |
tree | 7d6afcddd5e5f2d69531680a39bf0a86c82648a9 /make/scripts/crosstest-java-android-armv7-rel.sh | |
parent | 2be84ffcc62e8be16b1bba17569a9b2d42269336 (diff) |
Complete android apk creation and cont. unit test launch. Need to write unit test commands to file - too long for single adb shell command
Diffstat (limited to 'make/scripts/crosstest-java-android-armv7-rel.sh')
-rw-r--r-- | make/scripts/crosstest-java-android-armv7-rel.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make/scripts/crosstest-java-android-armv7-rel.sh b/make/scripts/crosstest-java-android-armv7-rel.sh index 27f209a..08df575 100644 --- a/make/scripts/crosstest-java-android-armv7-rel.sh +++ b/make/scripts/crosstest-java-android-armv7-rel.sh @@ -14,9 +14,9 @@ if [ -e /opt-linux-x86/android-sdk-linux_x86 ] ; then fi # -# orig android -# LD_LIBRARY_PATH /system/lib -# export BOOTCLASSPATH /system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar +# orig android: +# export LD_LIBRARY_PATH /system/lib +# export BOOTCLASSPATH /system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar # #TSTCLASS=com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter @@ -34,7 +34,7 @@ export LD_LIBRARY_PATH=/system/lib:$TARGET_ROOT/gluegen/make/$BUILD_DIR/obj:$TAR export BOOTCLASSPATH=/system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar ; \ dalvikvm \ -Xjnigreflimit:2000 \ - -Djava.class.path=$BUILD_DIR/gluegen-rt.apk \ + -Djava.class.path=lib/ant-junit-all.apk:$BUILD_DIR/gluegen-rt.apk \ -Djogamp.debug.JNILibLoader=true \ -Djogamp.debug.NativeLibrary=true \ -Djogamp.debug.NativeLibrary.Lookup=true \ |