commit | 9b15ba8269f7a2cb63ac31185fcbb17c86236f99 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Jun 30 14:36:59 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Thu Jun 30 15:13:12 2016 -0700 |
tree | 48a5ceff01d266f82a3594d703a79806a6ce099e | |
parent | 937ca850ecda287872e36c8a75b8c035d407d44d [diff] | |
parent | 2f272c0551f984e83bc5abaf240e0dddb38a3326 [diff] |
resolve merge conflicts of 2f272c0 to nyc-mr1-dev-plus-aosp Change-Id: I889d94a723415ad2e660b8c99e66935142918bc4
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