blob: ba53090dddbd6adca71aa3be89fac013436e5201 [file] [log] [blame]
cc_library_shared {
name: "libstagefright_soft_vpxenc",
srcs: [
"SoftVPXEncoder.cpp",
"SoftVP8Encoder.cpp",
"SoftVP9Encoder.cpp",
],
cflags: ["-Wall", "-Werror"],
include_dirs: [
"frameworks/av/media/libstagefright/include",
"frameworks/native/include/media/openmax",
],
sanitize: {
misc_undefined: [
"signed-integer-overflow",
"unsigned-integer-overflow",
],
cfi: true,
diag: {
cfi: true,
},
},
static_libs: ["libvpx"],
shared_libs: [
"libmedia",
"libstagefright_omx",
"libstagefright_foundation",
"libutils",
"liblog",
],
}