commit | 1b1a4edb4bc102706d6171901bb15f623adf2d2e | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Oct 13 17:50:16 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 13 17:50:16 2016 +0000 |
tree | 53215d53951803908be2d4af5f7dc5274d313ad8 | |
parent | 998c6debcae5341e513620d563999c54e4704d7a [diff] | |
parent | bd16939bbf182a66270e8f28d86762400b89eaff [diff] |
Merge "edify: Some clean-ups to libedify." am: c5b4b71913 am: 039e9dc5ca am: bd16939bbf Change-Id: Ibbbe5b4b202263e4f3a5d3e802210baf81347708
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