blob: 741774c65cc3fa57449959d24ba8462b2d2fd3ef [file] [log] [blame]
cc_library_shared {
name: "libstagefright_soft_vpxenc",
vendor_available: true,
vndk: {
enabled: true,
},
srcs: [
"SoftVPXEncoder.cpp",
"SoftVP8Encoder.cpp",
"SoftVP9Encoder.cpp",
],
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_omx",
"libstagefright_omx",
"libstagefright_foundation",
"libutils",
"liblog",
],
compile_multilib: "32",
}