summaryrefslogtreecommitdiffstats
path: root/make/resources
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-05 05:11:36 +0200
committerSven Gothel <[email protected]>2011-08-05 05:11:36 +0200
commit0afee4288c9f95450292ca2f2ec9170b93f64830 (patch)
tree0aca5a4b778d8ea951eab9448dd04d4bad90b081 /make/resources
parent847d4d93f28423d9f4bc1f3c4e02c936f90d0798 (diff)
aapt.signed: add androidresources.path argument ; sdk >= 9 ; test uses-library com.jogamp.common
Diffstat (limited to 'make/resources')
-rw-r--r--make/resources/android/AndroidManifest-CompileTime.xml2
-rw-r--r--make/resources/android/AndroidManifest-Runtime.xml2
-rw-r--r--make/resources/android/AndroidManifest-Test.xml3
3 files changed, 4 insertions, 3 deletions
diff --git a/make/resources/android/AndroidManifest-CompileTime.xml b/make/resources/android/AndroidManifest-CompileTime.xml
index f9a5600..331457b 100644
--- a/make/resources/android/AndroidManifest-CompileTime.xml
+++ b/make/resources/android/AndroidManifest-CompileTime.xml
@@ -3,7 +3,7 @@
sharedUserId="com.jogamp.Community"
package="com.jogamp.gluegen">
- <uses-sdk android:minSdkVersion="8" />
+ <uses-sdk android:minSdkVersion="9" />
<application android:icon="@drawable/icon"
android:label="@string/app_name"
diff --git a/make/resources/android/AndroidManifest-Runtime.xml b/make/resources/android/AndroidManifest-Runtime.xml
index 7ad8304..04dfe33 100644
--- a/make/resources/android/AndroidManifest-Runtime.xml
+++ b/make/resources/android/AndroidManifest-Runtime.xml
@@ -3,7 +3,7 @@
sharedUserId="com.jogamp.Community"
package="com.jogamp.common">
- <uses-sdk android:minSdkVersion="8" />
+ <uses-sdk android:minSdkVersion="9" />
<application android:icon="@drawable/icon"
android:label="@string/app_name"
diff --git a/make/resources/android/AndroidManifest-Test.xml b/make/resources/android/AndroidManifest-Test.xml
index c7c8f03..1b713be 100644
--- a/make/resources/android/AndroidManifest-Test.xml
+++ b/make/resources/android/AndroidManifest-Test.xml
@@ -3,7 +3,8 @@
sharedUserId="com.jogamp.Community"
package="com.jogamp.gluegen.test">
- <uses-sdk android:minSdkVersion="8" />
+ <uses-sdk android:minSdkVersion="9" />
+ <uses-library android:name="com.jogamp.common" android:required="true" />
<application android:icon="@drawable/icon"
android:label="@string/app_name"