commit | 5aa2e104c0fcee504051328f108b292e015e44cd | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jul 28 23:52:44 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 28 23:52:44 2016 +0000 |
tree | c5cdd99186b07dd7e12af5ab34ac61e5058cdc7f | |
parent | 7b6263960f22ac8d4c2fed66196382f782e11e4f [diff] | |
parent | 9a259772ccf1e9708baecc559323ac5b6229e954 [diff] |
Merge "Add docs on regeneration background text image"
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