commit | 13414c6a0430358f6f5631481017cc677a53e4b2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Sep 26 22:20:15 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Sep 26 22:20:15 2016 +0000 |
tree | 4894ba778a43e4e9e48a841a5c4ef834808ce437 | |
parent | 91fb2816a49107f3b9d702fc44d7f79281f4a727 [diff] | |
parent | badaac45fee6e39dd74001ea3b2aa954afb37999 [diff] |
Duplicate the last_install content into last_log. am: badaac45fe Change-Id: Iabe0a6f9530e671159e64dbacf455b57ac9eda32
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