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/resources/android/AndroidManifest-Runtime.xml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 make/resources/android/AndroidManifest-Runtime.xml (limited to 'make/resources/android/AndroidManifest-Runtime.xml') diff --git a/make/resources/android/AndroidManifest-Runtime.xml b/make/resources/android/AndroidManifest-Runtime.xml new file mode 100644 index 0000000..7ad8304 --- /dev/null +++ b/make/resources/android/AndroidManifest-Runtime.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3