commit | 3295d1993a1ddbfe17c5d5750f2ca975359662b2 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jun 03 23:29:25 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 03 23:29:25 2016 +0000 |
tree | 7450e7b9628dc45c39337fe636f719e105d5dd27 | |
parent | 894176632c7295875d01cfdc273b706996c483a4 [diff] | |
parent | 64f46fb16ccae69f7a826585c5eaba48fe1b05da [diff] |
resolve merge conflicts of 7ce287d to nyc-dev-plus-aosp am: 64f46fb16c * commit '64f46fb16ccae69f7a826585c5eaba48fe1b05da': Change-Id: I2385636728c2d1f874d8c8b72f38237b2f8d5be9
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