From 74a996a2c7251790ab3cc6a10358c31ad0fed828 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Fri, 20 Feb 2009 07:38:28 -0800 Subject: auto import from //branches/cupcake/...@132569 --- tools/scripts/android_rules.xml | 137 ++++++++++++++++------------------------ tools/scripts/build.template | 22 +++++-- 2 files changed, 69 insertions(+), 90 deletions(-) (limited to 'tools/scripts') diff --git a/tools/scripts/android_rules.xml b/tools/scripts/android_rules.xml index 469867149..799aa0b8a 100644 --- a/tools/scripts/android_rules.xml +++ b/tools/scripts/android_rules.xml @@ -13,6 +13,17 @@ This is used by the compiler task as the boot classpath. --> + + + + + + + @@ -20,15 +31,12 @@ - - - + - - + @@ -54,21 +62,11 @@ - - - - - - - - - - @@ -115,7 +113,7 @@ destdir="${out-classes}" bootclasspathref="android.target.classpath"> - + @@ -128,85 +126,56 @@ - + - - - Packaging resources and assets... - - - - - - - - - - - - - - - - - - - Packaging resources... - - - - - - - - - - - - - + + + Packaging resources + - - Packaging ${out-debug-package}, and signing it with a debug key... - - - - - - - - - - - - - + + + + + + + - - Packaging ${out-unsigned-package} for release... - - - - - - - - - - - - - - - It will need to be signed with jarsigner before it is published. + + + + + + + + All generated packages need to be signed with jarsigner before they are published. diff --git a/tools/scripts/build.template b/tools/scripts/build.template index 1f7f90868..7939e6c63 100644 --- a/tools/scripts/build.template +++ b/tools/scripts/build.template @@ -10,7 +10,7 @@ by the 'android' tool. This is the place to change some of the default property values used by the Ant rules. Here are some properties you may want to change/update: - + application-package the name of your application package as defined in the manifest. Used by the 'uninstall' rule. @@ -40,12 +40,22 @@ + + - - - - + + -- cgit v1.2.3