Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-10-18 | Replace minzip with libziparchive | Tianjie Xu | 1 | -2/+2 | |
Clean up the duplicated codes that handle the zip files in bootable/recovery; and rename the library of the remaining utility functions to libotautil. Test: Update package installed successfully on angler. Bug: 19472796 Change-Id: Iea8962fcf3004473cb0322b6bb3a9ea3ca7f679e | |||||
2016-10-11 | Refactor libupdater into a seperate module. | Tao Bao | 3 | -0/+85 | |
So that we can write native tests for updater functions. This CL adds a testcase for getprop() function. Test: mmma bootable/recovery; Run recovery_component_test on device. Change-Id: Iff4c1ff63c5c71aded2f9686fed6b71cc298c228 |