commit | 087c5edd8dc1e7d46a38ff2df220c29e96b17a1b | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon May 02 12:20:04 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon May 02 12:20:04 2016 -0700 |
tree | 1d2a9e49a50dd37e2be00c972ffe0d2e3a594529 | |
parent | 5823dd46df9667c43e8fc3f5ff79987b7432da3f [diff] |
Make text for recovery larger on angler Change the link for 560dpi to xxxhdpi from xxhdpi. Bug: 22465983 Change-Id: I7141ee568cf3e73cdc7e0de986d705c19ac53b1f
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