blob: 6b08b08578d10cf9ac1da4448845837db5466264 [file] [log] [blame]
cc_library_static {
name: "libstagefright_color_conversion",
srcs: [
"ColorConverter.cpp",
"SoftwareRenderer.cpp",
],
include_dirs: [
"frameworks/native/include/media/openmax",
],
shared_libs: [
"libui",
"libnativewindow",
],
header_libs: [
"libstagefright_headers",
"libstagefright_foundation_headers",
],
static_libs: ["libyuv_static"],
cflags: ["-Werror"],
sanitize: {
misc_undefined: [
"signed-integer-overflow",
],
cfi: true,
},
}