aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/libsAndJarTest/lib2/project.properties
Commit message (Collapse)AuthorAgeFilesLines
* Generate smaller R classes for libraries.Xavier Ducrohet2012-09-181-0/+2
| | | | | | | | | | | | | | | | 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
* New test projectsXavier Ducrohet2012-03-071-0/+15
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