summaryrefslogtreecommitdiffstats
path: root/legacy_properties.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add basic error checking to legacy property initMatt Mower2014-03-271-2/+2
| | | | | | Let init and rename funcitons return success or failure values. Change-Id: Ieed86cac8a0dcfd770a89dacc57fd306e7a6ad8d
* Support pre-KitKat properties for update-binarythat2014-03-091-0/+104
Google changed the in-memory format for storing properties in 4.4. Zips containing an older update-binary expect the old format, otherwise assertions on properties in the update script fail. This is just enough of the old property service to copy the properties to the legacy format before running the updater. Change-Id: I404680384bdc5e952609e295029ab0a0faf743a5