commit | a82ee456bbb2fdcd77b782d52500650bd06d04e9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jun 30 18:04:38 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 30 18:04:38 2016 +0000 |
tree | 7285c9ec835d724794d423452b630cd6fefdf23a | |
parent | a9f648f01099e593aaa25f364291a38fa8f60dc2 [diff] | |
parent | 83ce7555183a9aa5bac6ccb82d3fa56447d22345 [diff] |
Merge "Fix install.h's use of attribute printf."
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