commit | 49ef1342c15cc501d340ebbbc52d5b0763ce3761 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Apr 08 18:33:01 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Fri Apr 08 18:33:01 2016 -0700 |
tree | 67dc0801e20a7b16834930057baf9de5d3f683e5 | |
parent | fc60583a2c494414840fa181438135d1926aba8a [diff] | |
parent | a58a6dbe3d06aace0d1419838e162aa5267a4fc0 [diff] |
resolve merge conflicts of a58a6db to nyc-dev-plus-aosp Change-Id: I6d95fbd33f570d60e2caf42931ef6aa9f2634239
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