commit | a86392ea9238efcb8d4077ce496eac1e575d876f | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Fri Apr 15 20:22:09 2016 -0400 |
committer | David Benjamin <davidben@google.com> | Fri Apr 15 20:27:44 2016 -0400 |
tree | 673121509503f22e18a43b07206adf575093b0fd | |
parent | e6af5228aa47300e4fe96a0f5068bb344c4b268d [diff] |
Fix IWYU errors. This fixes build errors with BoringSSL master. (The cpp file uses functions from bn.h and neither it nor the header includes it.) Change-Id: If7f38aa0b931aa7940079bc006c7283b31f3b774
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