Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Overwrite android-info instead of appending to it | Ying Wang | 2009-12-03 | 1 | -1/+1 |
| | | | | | if someone changes board-info.txt, then it should be copied out to out/target/product/<device>/android-info.txt, instead of appending. | ||||
* | only auto-generate board= requirement if a board-info file is not specified | Brian Swetland | 2009-11-25 | 1 | -1/+2 |
| | | | | | If a board-info file is specified (as is usually the case) we should honor its requirements. | ||||
* | generalize the definition of a "radio image" | Doug Zongker | 2009-06-22 | 2 | -7/+3 |
| | | | | | | | | | | | | | | Non-HTC devices may have multiple files constituting their "radio image". Generalize the INSTALLED_RADIOIMAGE_TARGET variable a bit: initially define it as empty, then let AndroidBoard.mk files add to it. Provide a convenience function add-radio-image for them to call to add files. Put all those files into the target_files zip for use in OTA and fastboot package construction. Note that for HTC devices, this changes the name of the radio image in the target_files zip: instead of "RADIO/image" it will be "RADIO/radio.img". Tools that use the target_files zip will need to be changed. | ||||
* | Define TARGET_CPU_ABI for finding native code in .apks | Dianne Hackborn | 2009-05-22 | 2 | -0/+4 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 14 | -0/+421 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 14 | -421/+0 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 4 | -1/+10 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -3/+3 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 14 | -0/+412 |