From 5ec33e91296992ff14b6b3cf471ce443ff16897c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 4 May 2012 15:30:30 +0200 Subject: Android: aapt no debug, gluegen: proper version.code and launcher manifest --- make/build.xml | 8 ++++---- make/jogamp-androidtasks.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'make') diff --git a/make/build.xml b/make/build.xml index 96d45bf..30bebf5 100644 --- a/make/build.xml +++ b/make/build.xml @@ -70,8 +70,8 @@ - - + + @@ -790,10 +790,10 @@ jarbasename="jogamp.android-launcher" nativebuilddir="${build}" nativebasename="non-existing" - android.abi="${android.abi}" + android.abi="generic" androidmanifest.path="resources/android/AndroidManifest-Launcher.xml" androidresources.path="resources/android/res" - jarmanifest.path="${build}/Manifest-rt.temp" + jarmanifest.path="${build}//Manifest-android-launcher.temp" version.code="${gluegen_int_version}" version.name="${gluegen.version.plus}" /> diff --git a/make/jogamp-androidtasks.xml b/make/jogamp-androidtasks.xml index 5c68e0e..64becda 100644 --- a/make/jogamp-androidtasks.xml +++ b/make/jogamp-androidtasks.xml @@ -101,7 +101,7 @@ - + @@ -118,7 +118,7 @@ source="${target.sourcelevel}" target="${target.targetlevel}" bootclasspath="${target.rt.jar}" - debug="true" extdirs="" + debug="false" extdirs="" destdir="${m.aapt.build.apk}/image/lib/classes" verbose="true"> @@ -148,8 +148,8 @@ aapt.signed @{jarbasename}: packaging - - + + -- cgit v1.2.3