aboutsummaryrefslogtreecommitdiffstats
path: root/apigenerator
Commit message (Collapse)AuthorAgeFilesLines
* Refactor common.jarXavier Ducrohet2012-08-072-2/+2
| | | | | | | | | | | | | | | Move resources and com.android.util.Pair into layoutlib_api where they belong since layoutlib depends on them and we need to control the API. Made a copy of Pair to stay in common.jar but moved it to com.android.utils.Pair (the one in com.android.util.Pair is marked as deprecated to prevent usage where applicable). Also moved XmlUtil and PositionXmlParser to com.android.utils to match Pair. Change-Id: I21d7057d3f2ce604f86a3bb1fa3c130948c93b89
* Update ApiGenerator to only deal with android.jar.Xavier Ducrohet2012-05-2210-1947/+290
| | | | Change-Id: Ia47944b3e5420859913201c8e430b6b53841ee1c
* Move kxml2 to prebuilts/miscJean-Baptiste Queru2012-04-301-1/+1
| | | | Change-Id: I3a939238911ae7c09bb75b27e1ce623777cd4e18
* Fix api generator to read the enum file.Xavier Ducrohet2012-01-311-1/+1
| | | | | | The previous refactoring broke the path to the enum.xml file. Change-Id: Ia17a48ec9284157aa30c61bb4f77244552cd33c5
* Update apiGenerator to properly handle generics.Xavier Ducrohet2012-01-3112-0/+2223
Change-Id: I2bedac09ba7d9d399e0397c94d4ab74037fa4fec