From 023fff1af43a172d4c2a0e18fdbb78e6ba817cca Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 26 Dec 2019 18:34:48 +0100 Subject: Bug 1417 - Android: Manifest*-android* can no more have 'Name: ' directives for apk The 'Name ' leads new apk to claim the missing resources (the folder actually) and fails to install the apk. Hence removed tagging the folders sealed. --- make/build.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'make/build.xml') diff --git a/make/build.xml b/make/build.xml index bb46cbf5..2b096cd1 100644 --- a/make/build.xml +++ b/make/build.xml @@ -594,6 +594,18 @@ + + + + + + + + + + @@ -607,7 +619,7 @@ - + @@ -640,7 +652,7 @@ android.abi="${android.abi}" androidmanifest.path="resources/android/AndroidManifest-jocl.xml" androidresources.path="resources/android/res-jocl" - jarmanifest.path="${build}/tempversion" + jarmanifest.path="${build}/tempversion-android" version.code="${jogamp.version.int}" version.name="${jogamp.version}"> -- cgit v1.2.3