1cc_fuzz { 2 host_supported: true, 3 name : "libcrypto_utils_fuzzer", 4 srcs: [ 5 "libcrypto_utils_fuzzer.cpp", 6 ], 7 cflags: [ 8 "-Wall", 9 "-Werror", 10 "-Wextra", 11 ], 12 shared_libs: [ 13 "libcrypto_utils", 14 "libcrypto", 15 ], 16} 17 18