commit | 0ddd07b0bd9bfe1faa462e936146a7abdbda267e | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Oct 19 03:02:41 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 19 03:02:41 2016 +0000 |
tree | 629ff698cfde71ad5c001efdbd3a7372d0aa1ee7 | |
parent | 502e34c301c4c3326f0851693eb39fe88ba60f61 [diff] | |
parent | 7691800c2e1fe46740047daf7df8227eeb58afe5 [diff] |
Merge "Clean up bootloader_message usage in recovery" am: 94f4494613 am: 7691800c2e Change-Id: I4ef47383d9da3a6aef72fdb689e2aa2cfbeeb963
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