diff options
author | Sven Gothel <[email protected]> | 2011-08-02 12:05:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-02 12:05:45 +0200 |
commit | e959f955901492f7d61abaa05da10c993052652b (patch) | |
tree | 1df10becd7e24fbed6d90bea08aaf11cd783a843 /make/scripts/make.gluegen.all.android-armv7-cross.sh | |
parent | e813dbe55f2a56457f28d1efd82762ce412b1f86 (diff) |
Android: Drop android.jar ; Simplify 'aapt.signed' ; Move our android resources -> make/resources
Drop android.jar
- version 8 and 9
- license: apache v2 (NOTICE.txt included)
- allows compilation using Android API on all platforms
Simplify 'aapt.signed'
- removed 'jarclasspathrefid', seems to be not needed
(commented out)
Move our android resources make/lib/android -> make/resources/android
- make/lib is for 3rd party stuff only
Diffstat (limited to 'make/scripts/make.gluegen.all.android-armv7-cross.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.android-armv7-cross.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.android-armv7-cross.sh b/make/scripts/make.gluegen.all.android-armv7-cross.sh index a9d84af..6cbd5cf 100755 --- a/make/scripts/make.gluegen.all.android-armv7-cross.sh +++ b/make/scripts/make.gluegen.all.android-armv7-cross.sh @@ -9,7 +9,7 @@ export TARGET_IP=beagle01 export TARGET_ROOT=/projects export TARGET_ANT_HOME=/usr/share/ant -export ANDROID_SDK_VERSION=9 +export ANDROID_VERSION=9 echo ANDROID_SDK_HOME $ANDROID_SDK_HOME echo NDK_ROOT $NDK_ROOT @@ -51,7 +51,6 @@ export ANDROID_SDK_HOME export PATH="$NDK_TOOLCHAIN/bin:$ANDROID_SDK_HOME/platform-tools:$PATH" -ANDROID_VERSION=9 export GCC_VERSION=4.4.3 HOST_ARCH=linux-x86 export TARGET_ARCH=arm-linux-androideabi |