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/publishing | |
| 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/publishing')
| -rw-r--r-- | docs/html/guide/publishing/app-signing.jd | 4 | ||||
| -rw-r--r-- | docs/html/guide/publishing/licensing.jd | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/guide/publishing/app-signing.jd b/docs/html/guide/publishing/app-signing.jd index df240e2..193c0fd 100644 --- a/docs/html/guide/publishing/app-signing.jd +++ b/docs/html/guide/publishing/app-signing.jd @@ -434,13 +434,13 @@ key and then align it using {@code zipalign}.</p> <p>However, the Ant build script can also perform the signing and aligning for you, if you have provided the path to your keystore and the name of -your key alias in the project's {@code build.properties} file. With this information provided, +your key alias in the project's {@code ant.properties} file. With this information provided, the build script will prompt you for your keystore and alias password when you perform <code>ant release</code>, it will sign the package and then align it. The final output file in {@code bin/} will instead be <code><em><your_project_name></em>-release.apk</code>. With these steps automated for you, you're able to skip the manual procedures below (steps 3 and 4). -To learn how to specify your keystore and alias in the {@code build.properties} file, +To learn how to specify your keystore and alias in the {@code ant.properties} file, see <a href="{@docRoot}guide/developing/building/building-cmdline.html#ReleaseMode"> Building and Running Apps on the Command Line</a>.</p> diff --git a/docs/html/guide/publishing/licensing.jd b/docs/html/guide/publishing/licensing.jd index d89a8ca..fc0de9d 100644 --- a/docs/html/guide/publishing/licensing.jd +++ b/docs/html/guide/publishing/licensing.jd @@ -662,7 +662,7 @@ name, package, and set other fields as needed. </li> </ol> <p> When created, the project is -predefined as a library project in its <code>default.properties</code> file, so +predefined as a library project in its <code>project.properties</code> file, so no further configuration is needed. </p> <p>For more information about how to create an application project or work with @@ -712,7 +712,7 @@ application from the application's project properties.</div> <p>If you are developing using the SDK command-line tools, navigate to the directory containing your application project and open the -<code>default.properties</code> file. Add a line to the file that specifies the +<code>project.properties</code> file. Add a line to the file that specifies the <code>android.library.reference.<n></code> key and the path to the library. For example: </p> |
