diff options
author | Sven Gothel <[email protected]> | 2019-12-25 05:37:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-25 05:37:38 +0100 |
commit | 768677b5b56a9cfea3accf4b7638d217eceade44 (patch) | |
tree | b73bf714134b43e95937010ebfabd6b57d3b2499 /make/joalversion-android | |
parent | 647eaa5fc88a9f4dfc0ec421f5ae79474d1117af (diff) |
Bug 1417 - Android: Jar Manifest joalversion-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.
See gluegen commit eb6dfabd7427a1836f6b1d2080422f98808ea0a4
Diffstat (limited to 'make/joalversion-android')
-rwxr-xr-x | make/joalversion-android | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/make/joalversion-android b/make/joalversion-android new file mode 100755 index 0000000..91fcb0e --- /dev/null +++ b/make/joalversion-android @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenAL +Specification-Title: Java Bindings for OpenAL API Specification +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: Java Bindings for OpenAL 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.openal +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true +Permissions: all-permissions +Application-Library-Allowable-Codebase: * +@JAR_CODEBASE_TAG@ + |