commit | b0aea15c03dfd36c29c27f3451e460b0416502a2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Sep 26 18:50:54 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Sep 26 18:55:15 2016 -0700 |
tree | eaf3c24d159db426643b15e99ff8a5569f444198 | |
parent | e8d7b84a25a24d0e4d4abce251bb17fd46666b40 [diff] | |
parent | bfee61bf28ea72b67a41f4e0c2c6f739f3928ee3 [diff] |
resolve merge conflicts of bfee61b to nyc-mr1-dev-plus-aosp Change-Id: I30660f468c9b4d99ec51d5973e3733d892cb763c
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