commit | 286848e7543107609d14cdf7eaf4f49828009393 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jul 28 01:44:59 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 28 01:44:59 2016 +0000 |
tree | 290a4dfe584f05e6150ff924d9b6e44b2ff82e90 | |
parent | 2a3b695168cd06c5093895568a5d70c648de8e77 [diff] | |
parent | b7394cdd34b015ec673aca7f4a00a0ef713c6570 [diff] |
Merge "Update background text images under recovery"
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