commit | 6e2a8b11ecb0bdfd6f4a2f096519075663a2d1c2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 12 17:15:40 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 12 17:15:40 2016 -0700 |
tree | e7f86e2e969d3c1de73c3ed4a743bfb75e08f569 | |
parent | 49ef1342c15cc501d340ebbbc52d5b0763ce3761 [diff] | |
parent | 2bf95acf7a540ba5d521b48baf520c3354ae32e1 [diff] |
resolve merge conflicts of 2bf95ac to nyc-dev-plus-aosp Change-Id: Iaf232fbe65879bad6e19c7a9600aa6303a491a67
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