commit | 91fb2816a49107f3b9d702fc44d7f79281f4a727 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 26 20:21:49 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Sep 26 20:21:49 2016 +0000 |
tree | 88d16b49620404e37e267d79799534641e6f1010 | |
parent | 77c19899fb2edfa0e67f99f1355a2965fae61ed3 [diff] | |
parent | 130f6c86f590b61bc3aef7883500eb4c0ba593c3 [diff] |
resolve merge conflicts of d5c7d6b to nyc-mr1-dev-plus-aosp am: 130f6c86f5 Change-Id: I78fc8627c3fc3701f1a34ae1038d96a7df2e6e18
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