commit | c064b01898175843f79dbe59b3264e93266c9cd2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Sep 27 01:45:20 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 27 01:45:20 2016 +0000 |
tree | 88ffd7187b8dc906d4ebb516fc43a14347ff3e9a | |
parent | bfee61bf28ea72b67a41f4e0c2c6f739f3928ee3 [diff] | |
parent | 5ac819a51fa90471f198dc313916f00df3c3806d [diff] |
Merge "Duplicate the last_install content into last_log." am: 95afc912fb am: 5ac819a51f Change-Id: I9449ecabc6b367fe71244fc8751993d89e2b1dc7
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