diff options
author | Tor Norbye <tnorbye@google.com> | 2012-05-07 16:10:01 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-06-11 15:04:02 -0700 |
commit | e86ac701205c6fdb0d2ae91e025024aec4f6a9de (patch) | |
tree | 55c5160fa64302f0ddadb71296cf1964c39ebbc9 /build | |
parent | 0fcf4bee6d93c5a5b1c449d48f0307abe953454d (diff) | |
download | sdk-e86ac701205c6fdb0d2ae91e025024aec4f6a9de.zip sdk-e86ac701205c6fdb0d2ae91e025024aec4f6a9de.tar.gz sdk-e86ac701205c6fdb0d2ae91e025024aec4f6a9de.tar.bz2 |
Include a default proguard config file with optimization
Adds a new proguard-android-optimize.txt file alongside the
default proguard-android.txt file in tools/proguard/ which
project.properties files can point to. The shrinking rules
are the same, but unlike proguard-android.txt, the new config
file leave optimization enabled. This allows users to point
to a tool-managed proguard file rather than forking the
default file in order to edit out the -dontoptimize flag.
Change-Id: I2f0fc8361e3964843a4cafe4f4087a6dee68b5ce
Diffstat (limited to 'build')
-rw-r--r-- | build/tools.atree | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/tools.atree b/build/tools.atree index 414f143..afdeb75 100644 --- a/build/tools.atree +++ b/build/tools.atree @@ -66,6 +66,7 @@ bin/lint tools/lint sdk/templates/build.template tools/lib/build.template sdk/files/proguard-project.txt tools/lib/proguard-project.txt sdk/files/proguard-android.txt tools/proguard/proguard-android.txt +sdk/files/proguard-android-optimize.txt tools/proguard/proguard-android-optimize.txt # Ant Build Rules sdk/files/ant tools/ant |