commit | b7394cdd34b015ec673aca7f4a00a0ef713c6570 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Jul 27 17:05:03 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Thu Jul 28 01:41:55 2016 +0000 |
tree | 2d828dddcf54027fc1ce8e03dc70f802ca436f65 | |
parent | a82ee456bbb2fdcd77b782d52500650bd06d04e9 [diff] |
Update background text images under recovery Update the text images according to the new translations of "b+sr+Latn", "be-rBY", and "bs-rBA". Also switch to pngquant which gives a better compression rate. Bug: 30415666 Change-Id: I6eae5dd7be4c7f1f93c50113822caac9868e0f95
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