aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/customViewTest/libWithCustomView/local.properties
Commit message (Collapse)AuthorAgeFilesLines
* Fix "ant test" + misc clean up / reorganization of build.xmlXavier Ducrohet2012-04-161-10/+0
| | | | | | | | | | | | | | | | - 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
* Fix support for custom views in library on ADT's side.Xavier Ducrohet2012-02-241-0/+10
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.