summaryrefslogtreecommitdiffstats
path: root/make/scripts/crosstest-junit-android-armv7-rel.sh
Commit message (Collapse)AuthorAgeFilesLines
* Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOMESven Gothel2012-12-271-2/+2
| | | | | | | | Intuitively I assumed ANDROID_SDK_HOME to be pointing to the SDK root dir, however this is not true: Semantics by Android tools are: ANDROID_SDK_HOME - Users ~/.android folder ANDROID_HOME - SDK root folder
* crosstest rsync, drop src zipSven Gothel2011-08-051-1/+1
|
* crosstest: exclude .git as wellSven Gothel2011-08-051-1/+1
|
* crosstest: add rsync excludesSven Gothel2011-08-051-1/+5
|
* Cleaned up android build ; Cross junit/java android test/script; Fix ↵Sven Gothel2011-07-241-0/+65
Test1p2ProcAddressEmitter Fix Test1p2ProcAddressEmitter - 3 tests used the wrong binding instance, where no native lib was loaded for - duh :) Cleaned up android build - add unix src (UnixDynamicLinkerImpl_JNI.c) - remove linker cmds in compile arguments Cross junit/java android test works via script - target command scrip is written to file, pushed and executed Status: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - passed - on par w/ linux-armv7