summaryrefslogtreecommitdiffstats
path: root/resources/android/AndroidManifest-jocl.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-27 06:27:19 +0200
committerSven Gothel <[email protected]>2012-03-27 06:27:19 +0200
commita704c54d4e1eaf18c3fb8abd380304c69c310c32 (patch)
tree03a475b9e55463639fe1c5253a680e1db69fa238 /resources/android/AndroidManifest-jocl.xml
parentfd24d9ea8521fe4893940be9e3803cd542e0cd97 (diff)
Generate and add *.apk files to the 7z archive [for deployment]
Diffstat (limited to 'resources/android/AndroidManifest-jocl.xml')
-rw-r--r--resources/android/AndroidManifest-jocl.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/android/AndroidManifest-jocl.xml b/resources/android/AndroidManifest-jocl.xml
new file mode 100644
index 00000000..e02ee3da
--- /dev/null
+++ b/resources/android/AndroidManifest-jocl.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ sharedUserId="com.jogamp.Community"
+ package="com.jogamp.opencl">
+
+ <uses-sdk android:minSdkVersion="9" />
+ <uses-library android:name="com.jogamp.common" android:required="true" />
+ <uses-library android:name="javax.media.opengl" android:required="true" />
+
+ <application android:icon="@drawable/icon"
+ android:label="@string/app_name"
+ android:description="@string/app_descr"
+ android:persistent="false"
+ >
+ </application>
+
+</manifest>