commit | ebc141dff27c53d7043bf7fc61cd435ac4d13160 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 26 16:08:40 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 26 16:08:40 2016 +0000 |
tree | 80d0fb9005425e89933b99f5d8a829271eb4a235 | |
parent | 16e88679dc1142cc48ec71712eecd5c7c59a7c03 [diff] | |
parent | 06e57acf35a4f85faa53b54120c1266f9c171cc6 [diff] |
Merge "Skip update-on-boot for bootreason in blacklist"
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