commit | a01ffc73ef65283fbe9152e70ce08e0c911cddc3 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Oct 17 17:32:56 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 17 17:32:56 2016 +0000 |
tree | e6be8909ed8d3ec30d8547d3824e3604a33dbdfe | |
parent | 08d0ae9254bee77b81d8d66512cf4b73f8ecaa8b [diff] | |
parent | 544a1562d984aa1d76185de808b1a8d0f173987d [diff] |
Merge "init: move healthd to late-init"
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