commit | 61237a552fae6558fcdaacee260659d18253c11f | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Apr 28 02:14:19 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 02:14:19 2016 +0000 |
tree | 47a45ad2ad2d7670bcfca29e8b31d146dececdc0 | |
parent | 14e91373279f20a6226ef925a42eacb878af805c [diff] | |
parent | 43a4bb0ba05f9b259609b4f9d4c9f101c43ee0da [diff] |
Merge "Update background text for recovery UI" into nyc-dev am: eeca191 am: e890e19 am: 43a4bb0 * commit '43a4bb0ba05f9b259609b4f9d4c9f101c43ee0da': Change-Id: Idda504b2513690388f8cc79d4b67dbe1eaa4dfb5
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