commit | 38234f4bef8b70d985c09224e6d7752d71400f23 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Mon Mar 14 21:48:52 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 14 21:48:52 2016 +0000 |
tree | 76b0016e92d7ec15a0287cfbfa7be13a5d6aee36 | |
parent | 5593342575323f5f10e7af669871627e4ada8c7b [diff] | |
parent | 82f8c820463f73ac1149ffbe65e4a6f24f826ab4 [diff] |
Merge "Add include/ to the Makefile include path."
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