commit | b6faf00b9b32dcc0a4d36a2addb7e3d6fedf35db | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 28 02:11:27 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 02:11:27 2016 +0000 |
tree | 47d80b337d94f27daad12ebfbb959d0566f19b9e | |
parent | 960691a34fe2671a0cc654220e73fe7067b52677 [diff] | |
parent | 21092a98235d98f431c88ac5f4369ab1ccf0ae9f [diff] |
Merge "Update recovery UI." into nyc-dev am: 2f1eedd am: 21092a9 * commit '21092a98235d98f431c88ac5f4369ab1ccf0ae9f': Change-Id: I045e0c51a42c6026c9dfe7c7bb4ddc20479ccd8f
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