summaryrefslogtreecommitdiffstats
path: root/docs/html/resources
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-10-06 12:56:58 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-06 12:56:58 -0700
commitf6f056c5e4f14df9727233d17548da9c330a3f12 (patch)
treed64eab589381cbdd6509b50261067e861c8f1af1 /docs/html/resources
parent3013134d1612eb1eb13ec17a41c1006e99809d30 (diff)
parent47ef0c9954847c33335fd599e48334165e87f72d (diff)
downloadframeworks_base-f6f056c5e4f14df9727233d17548da9c330a3f12.zip
frameworks_base-f6f056c5e4f14df9727233d17548da9c330a3f12.tar.gz
frameworks_base-f6f056c5e4f14df9727233d17548da9c330a3f12.tar.bz2
Merge "Update dev guide for new build system and new lib system."
Diffstat (limited to 'docs/html/resources')
-rw-r--r--docs/html/resources/articles/zipalign.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/resources/articles/zipalign.jd b/docs/html/resources/articles/zipalign.jd
index 9e767aa..d3c68a6 100644
--- a/docs/html/resources/articles/zipalign.jd
+++ b/docs/html/resources/articles/zipalign.jd
@@ -67,7 +67,7 @@ when building in debug mode.</li>
information to sign the packages, since aligning has to happen after signing. In
order to be able to sign packages, and therefore to align them, <em>Ant</em>
needs to know the location of the keystore and the name of the key in
-<code>build.properties</code>. The name of the properties are
+<code>ant.properties</code>. The name of the properties are
<code>key.store</code> and <code>key.alias</code> respectively. If those
properties are present, the signing tool will prompt to enter the store/key
passwords during the build, and the script will sign and then align the apk