aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/basicProjectWithAidl/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* New library project mechanism.Xavier Ducrohet2011-08-171-0/+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
* Refactor aidl handling in its own class.Xavier Ducrohet2011-01-301-0/+7
It extends a new base class that will serve as a base class for the one handling renderscript files. Change-Id: Ibef0c4b9a792fe52bf7b70bf5d24f76a15cb65c9