commit | e8d7b84a25a24d0e4d4abce251bb17fd46666b40 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Sep 26 22:06:59 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Sep 26 22:07:00 2016 +0000 |
tree | eaf3c24d159db426643b15e99ff8a5569f444198 | |
parent | 130f6c86f590b61bc3aef7883500eb4c0ba593c3 [diff] | |
parent | badaac45fee6e39dd74001ea3b2aa954afb37999 [diff] |
Merge "Duplicate the last_install content into last_log." into nyc-mr1-dev-plus-aosp
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