Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing notice files. | Xavier Ducrohet | 2011-03-15 | 1 | -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 Ducrohet | 2010-06-16 | 12 | -730/+9 |
| | | | | Change-Id: I88f7e6101b8c03157a320a6c9d9b7424ffbdc7f5 | ||||
* | Refactoring of ApkBuilder to prepare for its integration into sdklib. | Xavier Ducrohet | 2010-06-15 | 3 | -200/+213 |
| | | | | Change-Id: If75b9262126813769537435546be0ad4e4648ac2 | ||||
* | Move jarutils into sdklib. | Xavier Ducrohet | 2010-06-15 | 3 | -6/+6 |
| | | | | Change-Id: Ic99564a7671e588bbf6bc9ee08f7ae1f02a6dcb2 | ||||
* | ApkBuilderTask is now more lenient with missing libs/ folders. | Xavier Ducrohet | 2010-05-07 | 1 | -2/+5 |
| | | | | Change-Id: Ic40c35e7074a91fb40094d3c5e5a605ff1ea2fef | ||||
* | New If/Then/Else custom Ant rules to simplify some Ant rules logic. | Xavier Ducrohet | 2010-05-04 | 1 | -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 Ducrohet | 2010-04-27 | 1 | -2/+22 |
| | | | | Change-Id: Ic8e41c1ad5343b32d2766427ba271a79c88b3b66 | ||||
* | SDK Updater: Support post install script for updating SDK Setup.exe. | Raphael | 2010-01-28 | 1 | -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. | Raphael | 2010-01-26 | 1 | -1/+6 |
| | | | | | | SDK Bug: 2315813 Change-Id: If026d09f927b3d0b5707dfd08e1367e4ba2da28b | ||||
* | Add support for packaging gdbserver in the apk in Ant. | Xavier Ducrohet | 2010-01-21 | 2 | -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 Ducrohet | 2010-01-20 | 1 | -51/+55 |
| | | | | | Bug: 1607862 Change-Id: I7fecc99fe7319f566d2d78ccc82c73d86067db51 | ||||
* | Distinguish jar folders and jar files in ApkBuilder script | Piotr Gurgul | 2009-09-22 | 1 | -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 ApkBuilder | Piotr Gurgul | 2009-09-17 | 1 | -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 task | Android (Google) Code Review | 2009-09-14 | 1 | -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 Ducrohet | 2009-06-18 | 2 | -388/+475 |
| | |||||
* | Split development/.gitignore into separate gitignore files per project. | Raphael | 2009-04-26 | 1 | -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/@135843 | The Android Open Source Project | 2009-03-03 | 9 | -0/+687 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 9 | -687/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -3/+3 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -3/+3 |
| | |||||
* | auto import from //branches/cupcake/...@132569 | The Android Open Source Project | 2009-02-20 | 1 | -119/+126 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -2/+3 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 9 | -0/+679 |