unplugged-vendor/tools/security/fuzzing/system_fuzzers/libcrypto_utils/Android.bp

21 lines
352 B
Plaintext

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_fuzz {
host_supported: true,
name : "libcrypto_utils_fuzzer",
srcs: [
"libcrypto_utils_fuzzer.cpp",
],
cflags: [
"-Wall",
"-Werror",
"-Wextra",
],
shared_libs: [
"libcrypto_utils",
"libcrypto",
],
}