1cc_fuzz {
2    name: "monoblend_fuzzer",
3    srcs: [
4        "monoblend_fuzzer.cpp",
5    ],
6    static_libs: [
7        "libaudioutils",
8        "liblog",
9    ],
10    sanitize: {
11        misc_undefined: [
12            "bounds",
13            "signed-integer-overflow",
14            "unsigned-integer-overflow",
15        ],
16    },
17}
18