commit | 05c68a8775978688ea1e4f74a2f9c932acc90f2f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 26 23:37:01 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 26 23:37:01 2016 +0000 |
tree | db1522b7b3f6cf8069b93955c0db7c7e88601015 | |
parent | 74851d8191fdbd8350ba33778b8fdbb142dfde27 [diff] | |
parent | 00f893fe23a7cee4200a1192c7dded26f114e3d6 [diff] |
Merge "Some cleanups to recovery." am: 46fb0a6a6f am: 00f893fe23 Change-Id: Iea4884c8ea12f8edfdd7e39e8ec6e4cfff26f3a5
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