commit | d0c3085a919b6439c848922af8828aeb0db26c2e | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Oct 17 17:57:35 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 17 17:57:35 2016 +0000 |
tree | b7f56de2134ae055766ccb1a50924aa30b0235b9 | |
parent | 1dfe482021c533c23726514c81a24c752d8f6b1a [diff] | |
parent | f194cb3b99323a7957274ec8e74d2077291f5e47 [diff] |
Merge "init: move healthd to late-init" am: a01ffc73ef am: 4de11bb370 am: f194cb3b99 Change-Id: Ib2df5497cc9e113eacbbbe92b61f7e6608055767
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