summaryrefslogtreecommitdiffstats
path: root/changes.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-10-06 15:06:53 -0700
committerXavier Ducrohet <xav@android.com>2010-10-08 15:42:33 -0700
commita89eaf966690ac71c75b277a065449294545908f (patch)
treeecdb0701c21bf43cb1d5669f5764a7304dc38c85 /changes.txt
parentedeea1c711e0fd692df97f284594b59921e35b1a (diff)
downloadreplicant_sdk-a89eaf966690ac71c75b277a065449294545908f.zip
replicant_sdk-a89eaf966690ac71c75b277a065449294545908f.tar.gz
replicant_sdk-a89eaf966690ac71c75b277a065449294545908f.tar.bz2
Proguard default config file.
It is located in $SDK/tools/lib/proguard.cfg and automatically put in Ant project (create and update if project is not already setup for proguard). Change-Id: I9bcb2a5aafec1329b0c001799f4ba34c61569c3a
Diffstat (limited to 'changes.txt')
-rw-r--r--changes.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/changes.txt b/changes.txt
index 603c3e6..9bc8a66 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,12 +1,15 @@
Change log for Android SDK Tools.
Revision 8:
-- New SDK component: platform-tools. This makes all platform use the same
+- New SDK component: platform-tools. This makes all platforms use the same
latest version of aapt/aidl/dx.
- Support for true debug build. No need to change the value of debuggable in
the Android Manifest.
"ant debug" will automatically insert debuggable==true, while "ant release"
will not.
+ If debuggable=true is set, then "ant release" will actually do a debug build.
+- Automatic Proguard support in release builds. Only need to have a proguard.config
+ property in default.properties that points to a proguard config file.
- new overridable Ant javac properties: java.encoding, java.source, and java.target
(default to "ascii", "1.5" and "1.5")