blob: 81b3f6900966ee56acef4ac05aef0c198e220b45 [file] [log] [blame]
cc_test {
name: "AMRWBEncTest",
gtest: false,
srcs: ["AMRWB_E_SAMPLE.c"],
cflags: ["-Wall", "-Werror"],
arch: {
arm: {
instruction_set: "arm",
},
},
shared_libs: [
"libdl",
],
static_libs: [
"libstagefright_amrwbenc",
"libstagefright_enc_common",
],
sanitize: {
cfi: true,
diag: {
cfi: true,
},
},
}