summaryrefslogtreecommitdiffstats
path: root/legacy_property_service.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-25Make it backwards compatible with 4.4Ethan Yonker1-2/+6
Change-Id: I668604cddc8e8afbf78709f3f872bea4e9f4aa06
2014-11-12Make TWRP compile for arm64Ethan Yonker1-1/+3
-Remove dosfstools for arm64 until we can make it compile -Fix TW_USE_TOOLBOX flag to work again -Fix symlinking and handling of sh when using mksh -Fix legacy properties to find futex_wake function -Fix libcrecovery to not use bsd_signal anymore -Fix rules for building with regards to libcrecovery -Update toolbox_recovery rules to compile tools in lollipop -Fix a few compile errors specific to arm64 Testers report that TWRP does not boot on Nexus 9 and we fail to get a shell for adb shell. At least it compiles without errors. Change-Id: I286be8628defb60cc527b8a548c0bdfcb0ebb574
2014-11-06Fix some includes that are not longer presentEthan Yonker1-1/+2
Change-Id: Ic9509b0dc7f71ae64f64cc891868a2543eee4321
2014-03-27Add basic error checking to legacy property initMatt Mower1-6/+8
Let init and rename funcitons return success or failure values. Change-Id: Ieed86cac8a0dcfd770a89dacc57fd306e7a6ad8d
2014-03-09Support pre-KitKat properties for update-binarythat1-0/+211
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