From 0afee4288c9f95450292ca2f2ec9170b93f64830 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 5 Aug 2011 05:11:36 +0200
Subject: aapt.signed: add androidresources.path argument ; sdk >= 9 ; test
 uses-library com.jogamp.common

---
 make/resources/android/AndroidManifest-Test.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'make/resources/android/AndroidManifest-Test.xml')

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"
-- 
cgit v1.2.3