commit | 82f8c820463f73ac1149ffbe65e4a6f24f826ab4 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Mon Mar 14 14:25:33 2016 -0700 |
committer | Alex Deymo <deymo@google.com> | Mon Mar 14 14:25:33 2016 -0700 |
tree | 76b0016e92d7ec15a0287cfbfa7be13a5d6aee36 | |
parent | 5593342575323f5f10e7af669871627e4ada8c7b [diff] |
Add include/ to the Makefile include path. The applypatch heaaders were recently moved to the include/ directory. This patch reflects that change in the Makefile. Bug: None TEST=sudo emerge imgdiff Change-Id: I0bf3f991b5e0c98054033c5939ed69b3e3c827a9
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