commit | 698f75467a8ffb8665024d1292f729dc1108d144 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jul 29 00:12:42 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jul 29 00:12:42 2016 +0000 |
tree | d7d8df034fb6e479de62e4cd86dbdbe2b2c4d8f9 | |
parent | a26823d96deee9752a7f21ad6bba5e5276f52a00 [diff] | |
parent | b02a58740ec285e715d169c11801dd33a2dc7086 [diff] |
Merge \\"Add docs on regeneration background text image\\" am: 5aa2e104c0 am: b02a58740e Change-Id: Ib15f443946a97eeb6609b0aab9b91bcd3ca91d4c
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