aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-10 19:01:40 +0100
committerSven Gothel <[email protected]>2019-12-10 19:01:40 +0100
commiteb6dfabd7427a1836f6b1d2080422f98808ea0a4 (patch)
tree5457ed8dc7eff6814bc878033fac97f4c2d0ebc5
parent19761070e12f65fe7a07e6d9b7a5221a1623b12d (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.
-rwxr-xr-xmake/Manifest-android-launcher3
-rwxr-xr-xmake/Manifest-rt-android6
2 files changed, 0 insertions, 9 deletions
diff --git a/make/Manifest-android-launcher b/make/Manifest-android-launcher
index 02f21ec..6bfa890 100755
--- a/make/Manifest-android-launcher
+++ b/make/Manifest-android-launcher
@@ -22,6 +22,3 @@ Permissions: all-permissions
Application-Library-Allowable-Codebase: *
@JAR_CODEBASE_TAG@
-Name: jogamp/android/launcher/
-Sealed: true
-
diff --git a/make/Manifest-rt-android b/make/Manifest-rt-android
index d7058ee..4897ac9 100755
--- a/make/Manifest-rt-android
+++ b/make/Manifest-rt-android
@@ -22,9 +22,3 @@ Permissions: all-permissions
Application-Library-Allowable-Codebase: *
@JAR_CODEBASE_TAG@
-Name: jogamp/common/
-Sealed: true
-
-Name: com/jogamp/common/
-Sealed: true
-