commit | 75191f32a56db352722ab9ac1acf9ceb08485a04 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 28 00:44:24 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 00:44:24 2016 +0000 |
tree | e65730d2e6e0c200b0279728641c03ff94254faa | |
parent | a42bca855509b3360cdf42a1f5677682d1d074b6 [diff] | |
parent | 2f1eedded83eea1956ee8b4d391000584588f094 [diff] |
Merge "Update recovery UI." into nyc-dev am: 2f1eedd * commit '2f1eedded83eea1956ee8b4d391000584588f094': Update recovery UI. Change-Id: I881497ab669ef7e105a208c4c17062e6dc321380
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