1// Copyright 2024 The Android Open Source Project 2package { 3 default_applicable_licenses: ["Android-Apache-2.0"], 4} 5 6cc_fuzz { 7 name: "libufdt_fuzzer2", 8 srcs: [ 9 "libufdt_fuzzer2.cpp", 10 ], 11 static_libs: [ 12 "libfdt", 13 "libufdt_silent", 14 "libufdt_sysdeps", 15 ], 16 17 include_dirs: [ 18 "system/libufdt/include/", 19 ], 20 21 fuzz_config: { 22 cc: [ "hamzeh@google.com" ], 23 componentid: 330367, 24 }, 25 host_supported: true, 26}