blob: ea3dd9d76bf202edc5ce7b99774f531baa16646e [file] [log] [blame]
cc_test {
name: "VorbisDecoderTest",
gtest: true,
test_suites: ["device-tests"],
srcs: [
"VorbisDecoderTest.cpp",
],
shared_libs: [
"libutils",
"liblog",
],
static_libs: [
"libvorbisidec",
],
cflags: [
"-Werror",
"-Wall",
],
sanitize: {
misc_undefined: [
"unsigned-integer-overflow",
"signed-integer-overflow",
],
cfi: true,
},
}