commit | bf049bffe2ea70e788e5c54ca307839232eb2f5d | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Jun 21 11:00:44 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Tue Jun 21 11:09:38 2016 -0700 |
tree | fc7c54a8c23f5849d29d11ffa09c3e641997dc02 | |
parent | 23af9abbc8597dda65369b9e05dc100a4231b9cb [diff] | |
parent | ed4c49c199224dfe2cf99a26864c5848487da2c3 [diff] |
resolve merge conflicts of ed4c49c to nyc-mr1-dev-plus-aosp Change-Id: I8788cc80473dc77bfa0cd2682f3acb6e17ac36df
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