commit | 9a259772ccf1e9708baecc559323ac5b6229e954 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jul 28 14:15:00 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Thu Jul 28 23:45:45 2016 +0000 |
tree | 671643099424e1157505c2724e387ff95d44afea | |
parent | 286848e7543107609d14cdf7eaf4f49828009393 [diff] |
Add docs on regeneration background text image Also add a missing string in the recovery_l10n APP. Bug: 30415666 Change-Id: Ice2a9f7cad4ebe332b427bc0c7a9adccb6cf3af3
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