blob: 9ee9b9dda0d9e1a2a2db58cfd06ec5049a40b2af [file] [log] [blame]
cc_library_shared {
name: "libstagefright_soft_aacdec",
srcs: [
"SoftAAC2.cpp",
"DrcPresModeWrap.cpp",
],
include_dirs: [
"frameworks/av/media/libstagefright/include",
"frameworks/native/include/media/openmax",
],
cflags: ["-Werror"],
sanitize: {
misc_undefined: [
"signed-integer-overflow",
"unsigned-integer-overflow",
],
},
static_libs: ["libFraunhoferAAC"],
shared_libs: [
"libstagefright_omx",
"libstagefright_foundation",
"libutils",
"libcutils",
"liblog",
],
}