summaryrefslogtreecommitdiffstats
path: root/roots.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of c02c37a1 to masterDoug Zongker2010-07-091-2/+5
|\ | | | | | | Change-Id: Iafb9cb4adf27a7086d587d95e94ab1bd050099dc
| * make a copy of sideloaded packages in /tmp before verifyingDoug Zongker2010-07-091-2/+5
| | | | | | | | | | | | | | | | | | | | Copy a sideloaded package into /tmp, then verify and install the copy, to prevent malicious users from overwriting the package between verification and install. Bug: 2826890 package can be replaced during verification Bug: 2058160 Recovery should copy sideloaded (sd card) update ... Change-Id: I3de148b0f1a671f1974782b6855527caeaefda23
* | support userdata and cache partitions using emmc/ext4 instead of mtd/yaffsDoug Zongker2010-06-301-4/+32
|/ | | | Change-Id: I827af624c9ec7c64decb702de8c0310cf19b4141
* add function for device-specific wipe data featuresDoug Zongker2009-06-191-0/+1
| | | | | | | | Some devices want to do special things when recovery wipes data (eg, wipe data in their baseband processor as well). Add a hook in the device-specific recovery library that gets called when data is wiped. Also add an amend root for the "mbm" partition.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-0/+370
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-370/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+370