commit | 4de11bb370c75b238a51d68aa74d8d649051b57a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Oct 17 17:44:33 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 17 17:44:33 2016 +0000 |
tree | 9aecd1cdbd76355d8b97dcc370a077ed7e479fd4 | |
parent | ddf293aa0cfe6ba9562ad12bc8555e6f389db53f [diff] | |
parent | a01ffc73ef65283fbe9152e70ce08e0c911cddc3 [diff] |
Merge "init: move healthd to late-init" am: a01ffc73ef Change-Id: Iab786297c3dd19c61b11364d6fb49d52fcf007a4
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