aboutsummaryrefslogtreecommitdiffstats
path: root/files/sdk.properties
Commit message (Collapse)AuthorAgeFilesLines
* Parse the manifest min/targetSdkVersion to configure the layoutlib.Xavier Ducrohet2011-01-181-4/+4
| | | | | | | | This is needed to configure ApplicationInfo in the layoutlib so that some widgets properly apply different behaviors based on the app targetSdkVersion. Change-Id: Ic78af4390d1b871469583f3efc0de3a9da718a6c
* Support for debug build in Ant.Xavier Ducrohet2010-09-021-2/+0
| | | | | | | | | | | | | "ant debug" now automatically insert debuggable=true in the manifest. Also cleaned up a lot of the Ant stuff (versioned Ant rules, support for importing different rules files based on compatibility computation). This is rendered moot with our new single aapt executable. The ant rules will now evolve alongside aapt, and there will not be mismatch between the two. Change-Id: Iaf309f40e6ab4a0204dfbdb428cfb569bf5ca3b3
* Add rev 3 of the ant rules.Xavier Ducrohet2010-04-271-1/+3
| | | | | | | For now they are the same as the r2. Also modified SetupTask to deal better with older tools. Change-Id: I22ff809ace3ff81fb6852a707165165a9b4ec88a
* Move ant.prop to sdk.prop and up a folder.Xavier Ducrohet2010-03-111-0/+4
this file is meant to have general sdk properties, not just Ant ones. Also separated the library support from the Ant build version. It's clearer whether or not libraries are supported, and it's not just tied to Ant anyway (ADT needs to know as well). Finally use that new property to do checks on library support in both the custom Ant tasks and ADT. Depends on a CL in development.git (sdk.atree change). Change-Id: I77d229ed3fd60f0468b1d3d31f7cf147b03a32fb