commit | a7a8262944d03b068a5f040a9ff40ac260770135 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Nov 04 16:04:19 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 04 16:04:20 2016 +0000 |
tree | d7638549769cd80391705cd643ac627b5460bd9a | |
parent | da2b34b5d08839b7ef2eb08a70d27947ddaa46aa [diff] | |
parent | ac9d94d19c5f0e8c769d2368790df679c665ea34 [diff] |
Merge "Revert "Revert "Some cleanups to recovery."""
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