commit | 8cf5c8f60f51049278b08ae4cbc31df397b651fd | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Sep 08 20:10:11 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon Oct 17 17:41:51 2016 -0700 |
tree | a49e8f62581f0fbc8f7e352ee780220130435a6f | |
parent | 2b17b24ae5eccd6c472c06abde93b5b83950c658 [diff] |
Replace minzip with libziparchive 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
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps # To boot into the new recovery image # without flashing the recovery partition: adb reboot bootloader fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 32-bit device adb shell /data/nativetest/recovery_unit_test/recovery_unit_test adb shell /data/nativetest/recovery_component_test/recovery_component_test # Or 64-bit device adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test adb shell /data/nativetest64/recovery_component_test/recovery_component_test