aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'changes.txt')
-rw-r--r--changes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt
index 67f6cf2..835e1b6 100644
--- a/changes.txt
+++ b/changes.txt
@@ -6,6 +6,7 @@ Revision 20:
environment variable (requires updating the project's build.xml file)
* Fixed issues with compilation, deployment of test projects and running tests.
Both separate test projects and self-contained app+test projects now work.
+ * Aidl files from library projects are now in the import list.
Revision 19:
- Fix GPU rendering