aboutsummaryrefslogtreecommitdiffstats
path: root/apkbuilder
Commit message (Collapse)AuthorAgeFilesLines
* Add missing notice files.Xavier Ducrohet2011-03-151-0/+190
| | | | | | | | | | Also fix some makefiles to make sure the notices are picked up. - move the makefile outside of the source folder. - resources are now in the source folder directly instead of being inside src/resources. It's much simpler. Change-Id: Ica8ee4c2bc8a9b035d23fc914d4137cdca7e567d
* Move Apkbuilder into sdklib.Xavier Ducrohet2010-06-1612-730/+9
| | | | Change-Id: I88f7e6101b8c03157a320a6c9d9b7424ffbdc7f5
* Refactoring of ApkBuilder to prepare for its integration into sdklib.Xavier Ducrohet2010-06-153-200/+213
| | | | Change-Id: If75b9262126813769537435546be0ad4e4648ac2
* Move jarutils into sdklib.Xavier Ducrohet2010-06-153-6/+6
| | | | Change-Id: Ic99564a7671e588bbf6bc9ee08f7ae1f02a6dcb2
* ApkBuilderTask is now more lenient with missing libs/ folders.Xavier Ducrohet2010-05-071-2/+5
| | | | Change-Id: Ic40c35e7074a91fb40094d3c5e5a605ff1ea2fef
* New If/Then/Else custom Ant rules to simplify some Ant rules logic.Xavier Ducrohet2010-05-041-1/+0
| | | | | | | Also cleaned up some attribute of our other custom tasks to conform to the standard convention (all lower case, all those were new in r3) Change-Id: If328a8eb2448d95bee1f1b70928d72fde5014eeb
* Add ABI filtering and version code injection in the Ant rules and tasks.Xavier Ducrohet2010-04-271-2/+22
| | | | Change-Id: Ic8e41c1ad5343b32d2766427ba271a79c88b3b66
* SDK Updater: Support post install script for updating SDK Setup.exe.Raphael2010-01-281-1/+1
| | | | | | | | | The new post_tools_install.bat will be found in SDK/tools/lib. This also moves find_java.bat into the same lib folder. SDK Bug: 2404830 Change-Id: I84e3671918931079f296500e296ec1a55931b851
* Windows SDK: use find_java.bat in all batch wrappers.Raphael2010-01-261-1/+6
| | | | | | SDK Bug: 2315813 Change-Id: If026d09f927b3d0b5707dfd08e1367e4ba2da28b
* Add support for packaging gdbserver in the apk in Ant.Xavier Ducrohet2010-01-212-5/+17
| | | | | | | | This must only be done in debug so there's a new flag to detect debug mode. Support for this is added to the build script, the Ant task and ApkBuilder itself. Change-Id: Iaebdc60cc3e8fa08c8cb75c885a6a0db556bfd86
* Fix issue with absolute path in -nf parameter of apkbuilder.Xavier Ducrohet2010-01-201-51/+55
| | | | | Bug: 1607862 Change-Id: I7fecc99fe7319f566d2d78ccc82c73d86067db51
* Distinguish jar folders and jar files in ApkBuilder scriptPiotr Gurgul2009-09-221-1/+6
| | | | | Checking if -rj parameter value is a directory or a file and calling the appropriate function for each of them.
* Fix a bug in processing jarfolders in ApkBuilderPiotr Gurgul2009-09-171-1/+1
| | | | | | Wrong parameter has been passed to the function which resulted in exception. http://b/issue?id=2127927
* Add <jarfile> tag to ApkBuilder ant taskAndroid (Google) Code Review2009-09-141-4/+7
| | | | | | | ApkBuilder ant task accepts now the new tag - <jarfile>, used for passing emma_device.jar to ApkBuilder. Change-Id: I1757d265609406bc06da370ab0204018a4c8fc4d
* Update the API of ApkBuilder to make it clearer what is stable and what isn't.Xavier Ducrohet2009-06-182-388/+475
|
* Split development/.gitignore into separate gitignore files per project.Raphael2009-04-261-0/+2
| | | | | Added missing gitignore for layoutlib_utils. Changed mkstubs build path to use prebuilt/asm-3.1 instead of asm-3.1 project.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-039-0/+687
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-039-687/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-3/+3
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-3/+3
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-119/+126
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+3
|
* Initial ContributionThe Android Open Source Project2008-10-219-0/+679