commit | 6fba98ce645bb00b4fa7f03dd1786566af919d78 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Oct 18 17:30:01 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 18 17:30:02 2016 +0000 |
tree | a49e8f62581f0fbc8f7e352ee780220130435a6f | |
parent | 2b17b24ae5eccd6c472c06abde93b5b83950c658 [diff] | |
parent | 8cf5c8f60f51049278b08ae4cbc31df397b651fd [diff] |
Merge "Replace minzip with libziparchive"
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