commit | 2fdc9c84f6c3000b51aab8ffa201574a02349681 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Sep 27 02:35:06 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 27 02:35:06 2016 +0000 |
tree | 4894ba778a43e4e9e48a841a5c4ef834808ce437 | |
parent | e07fa3191bb2e97d5211f02426be1d3ac1df7add [diff] | |
parent | 4b17a18f11de797eb04b122b929e672390433eac [diff] |
Merge "Duplicate the last_install content into last_log." am: 95afc912fb am: 5ac819a51f am: c064b01898 am: 4b17a18f11 Change-Id: I723858e18b516f0b77fa6d5c78dec73556c23e13
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