commit | 7b6263960f22ac8d4c2fed66196382f782e11e4f | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jul 28 22:09:00 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 28 22:09:01 2016 +0000 |
tree | a5353e4e1328de38beb2b1fc9f8e589b77c6089d | |
parent | 286848e7543107609d14cdf7eaf4f49828009393 [diff] | |
parent | 489c7780a8380e7a9607ab73b020e8883db9db23 [diff] |
Merge "Regenerate the background text with pngcrush"
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