From e959f955901492f7d61abaa05da10c993052652b Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 2 Aug 2011 12:05:45 +0200 Subject: 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 --- make/build-test.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/build-test.xml') diff --git a/make/build-test.xml b/make/build-test.xml index e54f17e..7836d99 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -136,7 +136,7 @@ jarbasename="gluegen-test" nativebuilddir="${build_t.lib}" nativebasename="test" - androidmanifest.path="lib/android/AndroidManifest-Test.xml" + androidmanifest.path="resources/android/AndroidManifest-Test.xml" version.code="${gluegen_int_version}" version.name="${gluegen.version.plus}" /> -- cgit v1.2.3