commit | 7e18ce221fac387d5f08da2519879c1fc2046a4a | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Mar 25 21:03:00 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 25 21:03:00 2016 +0000 |
tree | 831318c0e1182999abed7fee8ef871250b6da3d2 | |
parent | 9afbf2af4ca615b036926f8008c4e6aa2f7dd987 [diff] | |
parent | c14d95da5874053eb37cd2fe6187ab7658a2a03a [diff] |
Merge "Clean up intent_file related code in recovery.cpp"
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