aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/libsAndJarTest/lib1
Commit message (Collapse)AuthorAgeFilesLines
* Generate smaller R classes for libraries.Xavier Ducrohet2012-09-181-1/+4
| | | | | | | | | | | | | | | | Using the new --output-text-symbols from aapt the build system now generates the R class for libraries manually based on the symbols exported by the libraries and the final values computed by aapt when using all the resource folders. Because only R.java is concerned, the Manifest class is now included in the library jar file. Also added a new test apps that uses instrumentation to verify the build system. Change-Id: Ic436ea8eb070844e9db8b3b2620fbf665839d40b
* Use aapt output to feed proguard's keep list.Xavier Ducrohet2012-05-291-2/+9
| | | | | | | | | | | This allows us to only keep classes that are really used either through code or through XML. Also tweak the default rules for better control of animated properties. Added a test of a custom property animation and fixed some other misc test files. Change-Id: I7cc5839a764881d8d3c7bfce0a3f12ea7cba660e
* Fix "ant test" + misc clean up / reorganization of build.xmlXavier Ducrohet2012-04-161-0/+5
| | | | | | | | | | | | | | | | - 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
* Updated test apps for the SDK.Xavier Ducrohet2012-03-282-1/+2
| | | | | | | | | - added buildconfigtest - removed libWithLibTest which is redundant with libsAndJarTest - updated libsAndJarTest to have lib1 depend on lib2. - Added COMPILE_AND_RUN for test apps that must be run. Change-Id: If57a684826a04c0821932edd71e9970b0eb92f4b
* New test projectsXavier Ducrohet2012-03-0715-0/+246
This is similar to javaProjectTest without the reference to the Java-only Eclipse project so that it can be tested with Ant. Change-Id: I2f7887ec79cf6cdd7dad7037abb67390906d54f1