diff options
author | Sven Gothel <[email protected]> | 2015-01-28 02:01:32 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-01-28 02:01:32 +0100 |
commit | 26c6d2c724ddda48bfbeedffe626f81ab3178ae1 (patch) | |
tree | 4def45717849f199346732931421da9a36907127 /make/jogamp-androidtasks.xml | |
parent | 8f29378cfcef86b0e7c351e9c5df3c07b15edca9 (diff) |
Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and NDK >= 10d
Adjust build scripts and GlueGen Android tasks
for SDK >= 24.0.2 (build-tools >= 21.1.2) and NDK >= 10d
Diffstat (limited to 'make/jogamp-androidtasks.xml')
-rw-r--r-- | make/jogamp-androidtasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jogamp-androidtasks.xml b/make/jogamp-androidtasks.xml index 30d8dc0..709d168 100644 --- a/make/jogamp-androidtasks.xml +++ b/make/jogamp-androidtasks.xml @@ -247,7 +247,7 @@ </exec> <echo>aapt.signed @{jarbasename}: zip aligning</echo> - <exec dir="." executable="${env.ANDROID_HOME}/tools/zipalign" failonerror="true"> + <exec dir="." executable="${env.ANDROID_HOME}/build-tools/${env.ANDROID_BUILD_TOOLS_VERSION}/zipalign" failonerror="true"> <arg line="-v" /> <arg value="-f" /> <arg value="4" /> |