commit | ce5c033e2b5a07c172f10dbcb5055515cd9290db | [log] [tgz] |
---|---|---|
author | Ayushi Khopkar <ayushi.khopkar@ittiam.com> | Mon Sep 20 12:00:21 2021 +0530 |
committer | Kris Alder <kalder@google.com> | Thu Oct 14 00:32:38 2021 +0000 |
tree | 6843514c5ef8b6013fa3cdd65ab699424b3ac88b | |
parent | 74646e8774f5b9f8308bcf7893fb87e1d04963f4 [diff] [blame] |
Added fastboot_fuzzer Test: ./fastboot_fuzzer Bug: 189053436 Change-Id: Idf9be2f86238eb2c7090402adc54bbb9c0b43582
diff --git a/fastboot/Android.bp b/fastboot/Android.bp index 2c70778..339f392 100644 --- a/fastboot/Android.bp +++ b/fastboot/Android.bp
@@ -408,3 +408,9 @@ ":fastboot_test_vendor_boot_v4_with_frag" ], } + +cc_library_headers { + name: "fastboot_headers", + host_supported: true, + export_include_dirs: ["."], +}