diff options
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" /> |