am e95a86cf: Merge change 22346 into donut

Merge commit 'e95a86cfec18836ddbff149690a13766bfc9ada3' into eclair

* commit 'e95a86cfec18836ddbff149690a13766bfc9ada3':
  Fix target for ApiDemos (API is now 4)
This commit is contained in:
Xavier Ducrohet
2009-08-22 07:44:12 -07:00
committed by Android Git Automerger
2 changed files with 4 additions and 1 deletions

View File

@@ -180,6 +180,7 @@
</target>
<target name="debug" depends="dex, package-resources, debug-sign, package">
<echo>Running zip align on final apk...</echo>
<exec executable="${zipalign}" failonerror="true">
<arg value="-f" />
<arg value="4" />
@@ -215,6 +216,7 @@
message="Please enter password for alias '${key.alias}':"
addproperty="key.alias.password"/>
<!-- sign the APK -->
<echo>Signing final apk...</echo>
<signjar
jar="${out-unsigned-package}"
signedjar="${out-unaligned-package}"
@@ -223,6 +225,7 @@
alias="${key.alias}"
keypass="${key.alias.password}"/>
<!-- zip align the APK -->
<echo>Running zip align on final apk...</echo>
<exec executable="${zipalign}" failonerror="true">
<arg value="-f" />
<arg value="4" />