Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME | Sven Gothel | 2012-12-27 | 1 | -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 zip | Sven Gothel | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | crosstest: exclude .git as well | Sven Gothel | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | crosstest: add rsync excludes | Sven Gothel | 2011-08-05 | 1 | -1/+5 |
| | |||||
* | Cleaned up android build ; Cross junit/java android test/script; Fix ↵ | Sven Gothel | 2011-07-24 | 1 | -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 |