commit | 14e91373279f20a6226ef925a42eacb878af805c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 28 02:14:18 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 02:14:18 2016 +0000 |
tree | 47a45ad2ad2d7670bcfca29e8b31d146dececdc0 | |
parent | 94565fd5f9b38a06d3d78586a78ae3f121ade671 [diff] | |
parent | b6faf00b9b32dcc0a4d36a2addb7e3d6fedf35db [diff] |
Merge "Update recovery UI." into nyc-dev am: 2f1eedd am: 21092a9 am: b6faf00 * commit 'b6faf00b9b32dcc0a4d36a2addb7e3d6fedf35db': Change-Id: I459448944a775e8bb313aa31fe61bc61213b847d
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