commit | 529032f4a0523dd0f78d6e3da982e8ee08c10c65 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Nov 04 16:04:58 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 04 16:04:58 2016 +0000 |
tree | 1ebacbd3e78fe7981f4bbec73e59f0c0212ed33c | |
parent | a7a8262944d03b068a5f040a9ff40ac260770135 [diff] | |
parent | 0831d0b592b2b4abb317a785d0b27e443b8a83db [diff] |
Merge "updater: Fix a bug in DeleteFn()."
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