commit | 3b13de8c9cd7f30cf3bc0ff0ff3ec44173386718 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 28 00:47:09 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 00:47:09 2016 +0000 |
tree | 2f19d0c1f918ce089701a3cb54c970626cf5f70f | |
parent | 158c39011d2e10a72e6517228ce7e93dd1e54b23 [diff] | |
parent | 75191f32a56db352722ab9ac1acf9ceb08485a04 [diff] |
Merge "Update recovery UI." into nyc-dev am: 2f1eedd am: 75191f3 * commit '75191f32a56db352722ab9ac1acf9ceb08485a04': Update recovery UI. Change-Id: I190b15530558a9d18fbe7202893bb7a76c5d3ff5
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