commit | 67bc0b9573d160f1c4a3665afa1293c5e485902f | [log] [tgz] |
---|---|---|
author | Andriy Naborskyy <andriyn@google.com> | Thu Oct 27 16:21:56 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 27 16:21:56 2016 +0000 |
tree | cbde9a24464dd3013e2a0f54330a6afe848b9331 | |
parent | 2f2c723d1b622234ee9ed592b35750fcf1fcb2c7 [diff] | |
parent | 3fdf1fd5150e35b83d853561de8092664bd755a8 [diff] |
DO NOT MERGE ANYWHERE init: move healthd to late-init am: 195ff7f79e -s ours am: 7ceb371048 -s ours am: b8c1788e7b -s ours am: 8837b0d25d -s ours am: 3fdf1fd515 -s ours Change-Id: I8cfd3782a8cac351057b258d44caaa987397201d
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