aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/changes.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-06-01 18:28:08 -0700
committerXavier Ducrohet <xav@android.com>2012-06-05 14:41:24 -0700
commit665f681e4881a7472f8ebcb7c4fb9a6771aada29 (patch)
tree74e5b5a85b6d6ee61e53d9e596b0d07db0c3902b /eclipse/changes.txt
parentea3f581acc01a02550df1137b3adcd8ea5755852 (diff)
downloadsdk-665f681e4881a7472f8ebcb7c4fb9a6771aada29.zip
sdk-665f681e4881a7472f8ebcb7c4fb9a6771aada29.tar.gz
sdk-665f681e4881a7472f8ebcb7c4fb9a6771aada29.tar.bz2
Projects can now access aidl files from their libraries.
Library projects now copy their aidl files into bin/aidl. Aidl is now called with this import path for all referenced library projects. Also added a test project. Change-Id: I7f94489e87450be67a16ed7198f85b8b472f5025
Diffstat (limited to 'eclipse/changes.txt')
-rw-r--r--eclipse/changes.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclipse/changes.txt b/eclipse/changes.txt
index e2de7c7..5fa4e4b 100644
--- a/eclipse/changes.txt
+++ b/eclipse/changes.txt
@@ -1,4 +1,7 @@
-19.0.0
+20.0.0
+* Aidl files from library projects are now in the import list.
+
+19.0.0 (does not exist)
18.0.0
* Fix bug 27940 where exporting release package doesn't recompile libraries