blob: a27c23416cb54096cf0e15ac848d519c6b492914 [file] [log] [blame]
cc_test {
name: "oob_oggpack_look",
gtest: true,
test_suites: ["device-tests"],
srcs: ["test_floor0.cpp"],
// compile_multilib: "64",
static_libs: [
"libvorbisidec",
"liblog",
],
shared_libs: [
"libutils",
"liblog",
],
cflags: [
"-Wall",
"-Werror",
],
sanitize: {
integer_overflow: true,
misc_undefined: ["bounds"],
diag: {
integer_overflow: true,
undefined: true,
misc_undefined: ["bounds"],
},
},
}