summaryrefslogtreecommitdiffstats
path: root/target/board
Commit message (Collapse)AuthorAgeFilesLines
* Overwrite android-info instead of appending to itYing Wang2009-12-031-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 specifiedBrian Swetland2009-11-251-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 Zongker2009-06-222-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 .apksDianne Hackborn2009-05-222-0/+4
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0314-0/+421
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0314-421/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-104-1/+10
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+3
|
* Initial ContributionThe Android Open Source Project2008-10-2114-0/+412