commit | f889a4ecd6aa9f88b9ce16af04a65ca262547c3f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Sep 26 22:20:16 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Sep 26 22:20:16 2016 +0000 |
tree | 4894ba778a43e4e9e48a841a5c4ef834808ce437 | |
parent | 13414c6a0430358f6f5631481017cc677a53e4b2 [diff] | |
parent | e8d7b84a25a24d0e4d4abce251bb17fd46666b40 [diff] |
Merge "Duplicate the last_install content into last_log." into nyc-mr1-dev-plus-aosp am: e8d7b84a25 Change-Id: Ic9a32d066ce0abbb4e895624bc977d311fe2cdb5
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