commit | 75da77105f329f5d6c1b4dc46ce02377ec4afd6a | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Mar 31 20:49:56 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 31 20:49:56 2016 +0000 |
tree | 4933eddb18ba77609a3db32d54901d72287d9178 | |
parent | ebd22be4f742f5eeb32b2eeaf212b34e7605da50 [diff] | |
parent | a4f701af93a5a739f34823cde0c493dfbc63537a [diff] |
Merge "recovery: use __android_log_pmsg_file_write for log files"
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