diff options
author | Xavier Ducrohet <xav@android.com> | 2012-03-29 19:28:25 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-04-16 12:54:55 -0700 |
commit | 1daa8f999d87443d14f698ca8ccc103e3309fa3e (patch) | |
tree | 29f034c67acbecc4933e35a46484edf1f9c9d055 /testapps/customViewTest/mainProject | |
parent | 4a8a17e5f23eace570b54084318b30bdd593fbc0 (diff) | |
download | sdk-1daa8f999d87443d14f698ca8ccc103e3309fa3e.zip sdk-1daa8f999d87443d14f698ca8ccc103e3309fa3e.tar.gz sdk-1daa8f999d87443d14f698ca8ccc103e3309fa3e.tar.bz2 |
Fix "ant test" + misc clean up / reorganization of build.xml
- Split NewSetupTask in several tasks to make things more flexible.
Particularly this allows more targets to get access to the project
type (app, lib, test, ...) as it's not so computive intensive.
- Fix test project to give them access to the full tested project's
classpath.
- Fix support for projects that test themselves.
- Make sure library projects are instrumented when using the
emma target.
Change-Id: Ia0c9564eacee2521e7cbd5154b8a85ea287ad4fd
Diffstat (limited to 'testapps/customViewTest/mainProject')
-rw-r--r-- | testapps/customViewTest/mainProject/local.properties | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testapps/customViewTest/mainProject/local.properties b/testapps/customViewTest/mainProject/local.properties deleted file mode 100644 index 613788a..0000000 --- a/testapps/customViewTest/mainProject/local.properties +++ /dev/null @@ -1,10 +0,0 @@ -# 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 |