commit | 6f83130d7acd85df89a80e691d3aa63bd2ceda39 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Mar 31 20:57:51 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Mar 31 20:57:51 2016 +0000 |
tree | 4933eddb18ba77609a3db32d54901d72287d9178 | |
parent | ecc068c2f83b4db891f9d479170c06cf06bb409a [diff] | |
parent | 75da77105f329f5d6c1b4dc46ce02377ec4afd6a [diff] |
Merge "recovery: use __android_log_pmsg_file_write for log files" am: 75da771 * commit '75da77105f329f5d6c1b4dc46ce02377ec4afd6a': recovery: use __android_log_pmsg_file_write for log files Change-Id: I3da18530294ec71cd24b5ad8c720ab16c3e47dab
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