aboutsummaryrefslogtreecommitdiffstats
path: root/changes.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-09-07 13:18:31 -0700
committerXavier Ducrohet <xav@android.com>2010-09-07 13:18:31 -0700
commitfb8fb8706e0d60cee8ec2ae12a73d99c3f15c0bc (patch)
tree95468453228c2c47d012173c9aca421a5058aa6c /changes.txt
parentd1db7e2ce68f42fafa916d4b0d9f2a50f946b980 (diff)
downloadsdk-fb8fb8706e0d60cee8ec2ae12a73d99c3f15c0bc.zip
sdk-fb8fb8706e0d60cee8ec2ae12a73d99c3f15c0bc.tar.gz
sdk-fb8fb8706e0d60cee8ec2ae12a73d99c3f15c0bc.tar.bz2
Update the change log for the tools and sdk.
Change-Id: I4e1a779aafd1a658858a00d9706bd679b6621aeb
Diffstat (limited to 'changes.txt')
-rw-r--r--changes.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt
index 721d152..4fe7cd3 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,5 +1,14 @@
Change log for Android SDK Tools.
+Revision 8:
+- New SDK component: platform-tools. This makes all platform 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.
+
+
Revision 7:
- Support for Ant rules provided by the Tools components (override the one in
the platform component)