diff options
author | Edwin Vane <[email protected]> | 2012-01-31 09:24:51 -0500 |
---|---|---|
committer | Edwin Vane <[email protected]> | 2012-02-28 16:13:45 -0500 |
commit | fc779ca57ec338c3e4a2b8d0b3a2bac4277bc380 (patch) | |
tree | b1fe85f6e03047f4479f30fddadfbb92b98b50fe /make/scripts/adb-install-all-armv7.sh | |
parent | b7407c39c0d3785f2fc21782d31c439622f0d744 (diff) |
Get JOGL to build with NDK r7
- Most of the android build work is done by gluegen ant files. Changes
made to gluegen in support of NDK r7 need to be reflected here:
- New/fewer environment variables.
- Specifying android.abi for packaging.
- Cross-compilation script cleaned up to look like gluegen's cross
compile script for consistency.
- Renamed install/re-install adb helper scripts to be ARM specific.
Diffstat (limited to 'make/scripts/adb-install-all-armv7.sh')
-rwxr-xr-x | make/scripts/adb-install-all-armv7.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/scripts/adb-install-all-armv7.sh b/make/scripts/adb-install-all-armv7.sh new file mode 100755 index 000000000..d48d0abba --- /dev/null +++ b/make/scripts/adb-install-all-armv7.sh @@ -0,0 +1,4 @@ +adb $* install ../../gluegen/build-android-armv7/gluegen-rt.apk +adb $* install ../build-android-armv7/jar/jogl.all-android.apk +adb $* install ../build-android-armv7/jar/jogl.android-launcher.apk +adb $* install ../build-android-armv7/jar/jogl.test.apk |