aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/basicLibWithJar
Commit message (Collapse)AuthorAgeFilesLines
* Improve test apps to make them easier to use.Xavier Ducrohet2010-12-072-2/+16
| | | | | | | Each app now properly reference its name in layout output and in launcher activities. Change-Id: If404b61afc4eb193b01c2b4f8ef44194f5726d93
* Fix test apps using a libraryXavier Ducrohet2010-12-072-1/+5
| | | | Change-Id: I173e7728db86f01d15067555b936e90c4687347d
* Update test apps and bundle them in the meta sdk.Xavier Ducrohet2010-12-066-5/+50
| | | | | | | | - make it so that layout display something about the project, and possibly the result of calling out to class coming from jar files. - make the activity names on the launcher to be the name of the projects. Change-Id: I318255c3284337be28220df509630cfff4eae38b
* Use proguard for release builds through Ant.Xavier Ducrohet2010-09-249-0/+167
This is only activated if default.properties contains a property "proguard.config" with the name of a proguard config file. Some clean-up in the Ant tasks and in the name of the properties used by the rules and the custom tasks to make them clearer. Added a new test app with a project using a jar file as well as a library using a jar file. Change-Id: Ia8f4d873025993d454c0a484e61d47ae679ea79c