diff options
author | Sven Gothel <[email protected]> | 2019-12-26 18:34:48 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-26 18:34:48 +0100 |
commit | 023fff1af43a172d4c2a0e18fdbb78e6ba817cca (patch) | |
tree | 79058997b00b981dfbe4b6411d21d4755c78c677 /make/joclversion-android | |
parent | 22b41b9a232527d8c2b2a2b03e03005273529df7 (diff) |
Bug 1417 - Android: Manifest*-android* can no more have 'Name: <folder>' directives for apk
The 'Name <folder>' leads new apk to claim the missing resources (the folder actually)
and fails to install the apk.
Hence removed tagging the folders sealed.
Diffstat (limited to 'make/joclversion-android')
-rw-r--r-- | make/joclversion-android | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/make/joclversion-android b/make/joclversion-android new file mode 100644 index 00000000..92ee9034 --- /dev/null +++ b/make/joclversion-android @@ -0,0 +1,18 @@ +Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenCL +Specification-Title: Java Bindings for OpenCL API Specification +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: Java Bindings for OpenCL Runtime Environment +Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ +Implementation-Branch: @SCM_BRANCH@ +Implementation-Commit: @SCM_COMMIT@ +Implementation-Vendor: JogAmp Community +Implementation-URL: http://jogamp.org/ +Extension-Name: com.jogamp.opencl +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true +Permissions: all-permissions +@JAR_CODEBASE_TAG@ + |