diff options
author | Xavier Ducrohet <xav@android.com> | 2010-04-28 16:28:35 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-05-03 18:01:55 -0700 |
commit | 114ca22329320d7f43af219b473d4c2461e82e7d (patch) | |
tree | 798e22bf687d807b8162d7d21788173cbb015752 /templates/build.template | |
parent | 74ab7fbdb2cbe6f9df3ee627a7751b0a3eafbb2a (diff) | |
download | sdk-114ca22329320d7f43af219b473d4c2461e82e7d.zip sdk-114ca22329320d7f43af219b473d4c2461e82e7d.tar.gz sdk-114ca22329320d7f43af219b473d4c2461e82e7d.tar.bz2 |
First step of multiple apk support.
- New export type project to handle exporting a single app represented
by multiple projects (for different minSdkVersion for instance).
- Cleaned-up the current Ant tasks and Eclipse builder to not
deal with ApkSettings anymore. It's not possible to generate
more than one APK in a single pass. The export project will
handle this and call out the normal build system to export
each variant. Make older (deprecated) attribute actually
output a warning.
- Ant rules r3 now with support for multi apk export. Lots
of clean up, add new properties to be overriden by the
multi-apk export task, make older one overrideable too.
- Better handling of older rules, older tasks, etc...
in the SetupTask used by the normal build.
- Add split by ABI to ApkSettings and use it in the
new multi apk export.
- New custom task for multi-apk export. Replaces
SetupTask for export-type projects. Calls out to the
project's build.xml after setting/overriding properties.
This also override the project's versionCode with a
new composite one made of different values.
Also uses a different build.xml, so added a new template:
build.export.template.
Very much a work in progress. Still to do:
Add other types of APK split, create/update export projects,
export the build log, ...
Also, we need to refactor the normal build rules to avoid
so much duplication!
Change-Id: I57a565c60d097a5eabb40108ae1fa8cb209f2380
Diffstat (limited to 'templates/build.template')
-rw-r--r-- | templates/build.template | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/build.template b/templates/build.template index 549ce7c..29faaa5 100644 --- a/templates/build.template +++ b/templates/build.template @@ -12,9 +12,6 @@ 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. source.dir The name of the source directory. Default is 'src'. out.dir |