aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/basicProjectWithLib
Commit message (Collapse)AuthorAgeFilesLines
* New library project mechanism.Xavier Ducrohet2011-08-172-14/+1
| | | | | | | | | | | | | | | | Libraries now generate a jar file that is used by the projects referencing them, instead of having the main projects compile the library source code themselves. This means we can remove the link mechanism that created linked folder in ADT and instead use a container that is lazily initalized to be all the jar files of the libraries. Also merged all 3 Ant build files (main_rules, lib_rules, test_rules) into a single build.xml that can build any kind of projects. Lot's of improvement in there too. Much cleaner. Change-Id: I98307e25cd76722e8595938528e6ef57a7e226ad
* Improve test apps to make them easier to use.Xavier Ducrohet2010-12-071-1/+1
| | | | | | | Each app now properly reference its name in layout output and in launcher activities. Change-Id: If404b61afc4eb193b01c2b4f8ef44194f5726d93
* Update test apps and bundle them in the meta sdk.Xavier Ducrohet2010-12-065-6/+63
| | | | | | | | - 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-242-2/+11
| | | | | | | | | | | | | | | 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
* New test projects.Xavier Ducrohet2010-09-024-0/+129
Also fixed some trailing space in templates and automatically generated files. Change-Id: I2ed5f0067dff4c62b53857b7e0a2dea5dd9a101c