commit | 61240f88ead5c68424eab72194641a2310e59c3b | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Aug 03 17:52:18 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 03 17:52:18 2016 +0000 |
tree | 08d467c1d4ec75edb91434eaeafad2852d28b73c | |
parent | e91aef0ee9a43258eeb0c407221a6f5eb3b542fb [diff] | |
parent | 1123fafd0174db72897ff2ca27e72e1c7412318f [diff] |
Merge "Further compress the text images with zopflipng"
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