commit | 38afad46d874c3446d38ee714f1ee4420de702bd | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Jun 13 18:36:44 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Jun 13 19:12:46 2016 -0700 |
tree | cfebc3fae3a02f2edb778e80e3482d817c2c9092 | |
parent | 1e67422f3734abb41f5d57d539a41f70fe424161 [diff] | |
parent | 490fad67912dbef1281ebe7d943d3f95c79c370e [diff] |
resolve merge conflicts of 490fad6 to nyc-dev-plus-aosp Change-Id: I299fe15977c1a59d0c784728872c3a7f63c95e56
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