unaligned apks are useless

pull/14/head
Tim Su 13 years ago
parent 25420b52f4
commit 9818c52018

@ -108,6 +108,11 @@
</exec>
</target>
<target name="debug" depends="android_rules.debug"
description="Builds the application and signs it with a debug key.">
<delete file="${out.debug.unaligned.file}" />
</target>
<!-- post build: rename apk -->
<target name="release" depends="android_rules.release">
<mkdir dir="../release" />

Loading…
Cancel
Save