aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/libsAndJarTest/lib2
Commit message (Collapse)AuthorAgeFilesLines
* Generate smaller R classes for libraries.Xavier Ducrohet2012-09-182-1/+6
| | | | | | | | | | | | | | | | 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
* Allow src/doc attachement for 3rd party jars in libs/Xavier Ducrohet2012-04-231-0/+1
| | | | | | | | | | | | | | | | | | | | | Since those jars are added dynamically through a classpath container, the devs cannot set the source path and the javadoc through Eclipse UI (container don't allow editing those). To fix this, and to make sure that both paths are picked up not only by the current project, but also by other projects (if the current project is a library project), the value is set by a file sitting next to the jar file. The file is name after the jar file, adding .properties at the end. For instance foo.jar -> foo.jar.properties It can currently contain 2 properties: src: relative or absolute path to the source folder (or archive). doc: relative or absolute path to the javadoc. Change-Id: I4f716374ac99479caf65453973bcb1f35ba84590
* Updated test apps for the SDK.Xavier Ducrohet2012-03-281-1/+1
| | | | | | | | | - 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-0716-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