aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/customViewTest
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 /testapps/customViewTest
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 'testapps/customViewTest')
-rw-r--r--testapps/customViewTest/libWithCustomView/.project2
-rw-r--r--testapps/customViewTest/mainProject/.project2
2 files changed, 2 insertions, 2 deletions
diff --git a/testapps/customViewTest/libWithCustomView/.project b/testapps/customViewTest/libWithCustomView/.project
index a2d0697..0be1f61 100644
--- a/testapps/customViewTest/libWithCustomView/.project
+++ b/testapps/customViewTest/libWithCustomView/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>libWithCustomView</name>
+ <name>customViewTest-libWithCustomView</name>
<comment></comment>
<projects>
</projects>
diff --git a/testapps/customViewTest/mainProject/.project b/testapps/customViewTest/mainProject/.project
index 12bba31..159296e 100644
--- a/testapps/customViewTest/mainProject/.project
+++ b/testapps/customViewTest/mainProject/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>mainProject</name>
+ <name>customViewTest-mainProject</name>
<comment></comment>
<projects>
</projects>