diff options
author | Sven Gothel <[email protected]> | 2013-10-19 07:11:01 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-19 07:11:01 +0200 |
commit | 51bb8b2259e8eae9f62ec7202e8b7eb934a44c85 (patch) | |
tree | c3bb944e229fdc33a328ff3f6c8e7596dc6f8830 /resources/android | |
parent | 6be41a8e457ec2881f4ce351395ba84748a737b6 (diff) |
CLDynamicLibraryBundleInfo: Add libPVROCL.so lookup if Android ..v2.1.1
Diffstat (limited to 'resources/android')
-rw-r--r-- | resources/android/AndroidManifest-jocl.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/android/AndroidManifest-jocl.xml b/resources/android/AndroidManifest-jocl.xml index e02ee3da..07fff315 100644 --- a/resources/android/AndroidManifest-jocl.xml +++ b/resources/android/AndroidManifest-jocl.xml @@ -3,10 +3,11 @@ 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" /> + <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/> + <application android:icon="@drawable/icon" android:label="@string/app_name" android:description="@string/app_descr" |