commit | 7df1850d37a1eb67f1ecc8623ae2c2066ec3b678 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Oct 19 00:29:23 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 19 00:29:23 2016 +0000 |
tree | ae1189bccbb65f2b54088b6307dac5fcae6bf2f3 | |
parent | 7c95fe10de540fd6c2c6c8facb4676188f2a4345 [diff] | |
parent | 984d7d058e65ddc1b8a1ffc79a5f178ad88dd596 [diff] |
Merge "Fix applypatch_check failure when applying update on angler"
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