diff options
author | Xavier Ducrohet <xav@android.com> | 2011-10-05 12:12:46 -0700 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2011-10-06 00:39:44 -0700 |
commit | 47ef0c9954847c33335fd599e48334165e87f72d (patch) | |
tree | ff6f6dad9426a3114a0f181ed364c35dcff52a7c /docs/html/resources/articles | |
parent | ca35bc5acc80ad1380a9631770f13448677d0d34 (diff) | |
download | frameworks_base-47ef0c9954847c33335fd599e48334165e87f72d.zip frameworks_base-47ef0c9954847c33335fd599e48334165e87f72d.tar.gz frameworks_base-47ef0c9954847c33335fd599e48334165e87f72d.tar.bz2 |
Update dev guide for new build system and new lib system.
Change-Id: I969e9659ca7f170c515caa1cddae39d91c2d8256
Diffstat (limited to 'docs/html/resources/articles')
-rw-r--r-- | docs/html/resources/articles/zipalign.jd | 2 |
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 |