commit | 4b17a18f11de797eb04b122b929e672390433eac | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Sep 27 02:03:40 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 27 02:03:40 2016 +0000 |
tree | eaf3c24d159db426643b15e99ff8a5569f444198 | |
parent | b0aea15c03dfd36c29c27f3451e460b0416502a2 [diff] | |
parent | c064b01898175843f79dbe59b3264e93266c9cd2 [diff] |
Merge "Duplicate the last_install content into last_log." am: 95afc912fb am: 5ac819a51f am: c064b01898 Change-Id: Ibf8e3f164edf4cf90d87a4c608f269ca697d3ca4
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