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/guide/developing/tools | |
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/guide/developing/tools')
-rw-r--r-- | docs/html/guide/developing/tools/proguard.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/developing/tools/zipalign.jd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/developing/tools/proguard.jd b/docs/html/guide/developing/tools/proguard.jd index b97babe..eca262a 100644 --- a/docs/html/guide/developing/tools/proguard.jd +++ b/docs/html/guide/developing/tools/proguard.jd @@ -59,7 +59,7 @@ parent.link=index.html customizing the ProGuard configuration file.</p> <p>To enable ProGuard so that it runs as part of an Ant or Eclipse build, set the - <code>proguard.config</code> property in the <code><project_root>/default.properties</code> + <code>proguard.config</code> property in the <code><project_root>/project.properties</code> file. The path can be an absolute path or a path relative to the project's root.</p> <p>If you left the <code>proguard.cfg</code> file in its default location (the project's root directory), you can specify its location like this:</p> diff --git a/docs/html/guide/developing/tools/zipalign.jd b/docs/html/guide/developing/tools/zipalign.jd index ebf177b..3216080 100644 --- a/docs/html/guide/developing/tools/zipalign.jd +++ b/docs/html/guide/developing/tools/zipalign.jd @@ -21,7 +21,7 @@ will automatically zipalign your .apk after it signs it with your private key. The build scripts used when compiling your application with Ant will also zipalign your .apk, as long as you have provided the path to your keystore and the key alias in -your project {@code build.properties} file, so that the build tools +your project {@code ant.properties} file, so that the build tools can sign the package first.</p> <p class="caution"><strong>Caution:</strong> zipalign must only be performed |