aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/customViewTest/libWithCustomView/local.properties
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-02-24 17:44:27 -0800
committerXavier Ducrohet <xav@android.com>2012-02-24 19:36:50 -0800
commit2e00a07d401e4ce62fe59ad492acc86ef6601a66 (patch)
treefd4c6693856d3482eecb40552770b62b4de6d838 /testapps/customViewTest/libWithCustomView/local.properties
parent6fc9a628523c21b565f16b32c9afaa77e9e7d178 (diff)
downloadsdk-2e00a07d401e4ce62fe59ad492acc86ef6601a66.zip
sdk-2e00a07d401e4ce62fe59ad492acc86ef6601a66.tar.gz
sdk-2e00a07d401e4ce62fe59ad492acc86ef6601a66.tar.bz2
Fix support for custom views in library on ADT's side.
Don't check for final field when parsing R.java (in libraries fields are not final anymore) and fix a bug in the new aaptparser which would return a failed to parse aapt error when the output is empty. Also add customview in library test app.
Diffstat (limited to 'testapps/customViewTest/libWithCustomView/local.properties')
-rw-r--r--testapps/customViewTest/libWithCustomView/local.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/testapps/customViewTest/libWithCustomView/local.properties b/testapps/customViewTest/libWithCustomView/local.properties
new file mode 100644
index 0000000..613788a
--- /dev/null
+++ b/testapps/customViewTest/libWithCustomView/local.properties
@@ -0,0 +1,10 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must *NOT* be checked in Version Control Systems,
+# as it contains information specific to your local configuration.
+
+# location of the SDK. This is only used by Ant
+# For customization when using a Version Control System, please read the
+# header note.
+sdk.dir=/android-sdk-dev