package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "system_bt_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["system_bt_license"], } cc_fuzz { name: "libosi_fuzz_alarm", defaults: ["libosi_fuzz_defaults"], host_supported: false, srcs: [ "fuzz_alarm.cc", ], shared_libs: [ "libbase", "libcutils", "liblog", "libprotobuf-cpp-lite", "libstatssocket", ], static_libs: [ "libbluetooth_log", "libbt-common", "libchrome", "libcom.android.sysprop.bluetooth.wrapped", "libgmock", "libosi", ], cflags: [ "-Wno-unused-function", ], header_libs: ["libbluetooth_headers"], fuzz_config: { cc: [ "android-bluetooth-security@google.com", ], componentid: 27441, description: "Targets the APIs of libosi", vector: "local_no_privileges_required", service_privilege: "privileged", users: "multi_user", fuzzed_code_usage: "shipped", }, }