diff options
author | Xavier Ducrohet <xav@android.com> | 2012-02-24 17:44:27 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-02-24 19:36:50 -0800 |
commit | 2e00a07d401e4ce62fe59ad492acc86ef6601a66 (patch) | |
tree | fd4c6693856d3482eecb40552770b62b4de6d838 /testapps/customViewTest/mainProject/ant.properties | |
parent | 6fc9a628523c21b565f16b32c9afaa77e9e7d178 (diff) | |
download | sdk-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/mainProject/ant.properties')
-rw-r--r-- | testapps/customViewTest/mainProject/ant.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testapps/customViewTest/mainProject/ant.properties b/testapps/customViewTest/mainProject/ant.properties new file mode 100644 index 0000000..ee52d86 --- /dev/null +++ b/testapps/customViewTest/mainProject/ant.properties @@ -0,0 +1,17 @@ +# This file is used to override default values used by the Ant build system. +# +# This file must be checked in Version Control Systems, as it is +# integral to the build system of your project. + +# This file is only used by the Ant script. + +# You can use this to override default values such as +# 'source.dir' for the location of your java source folder and +# 'out.dir' for the location of your output folder. + +# You can also use it define how the release builds are signed by declaring +# the following properties: +# 'key.store' for the location of your keystore and +# 'key.alias' for the name of the key to use. +# The password will be asked during the build when you use the 'release' target. + |