blob: 3a5ce9c600ad907c4d110c9d3789d7e8d9e59a65 [file] [log] [blame]
cc_library_static {
name: "libstagefright_color_conversion",
srcs: [
"ColorConverter.cpp",
"SoftwareRenderer.cpp",
],
include_dirs: [
"frameworks/native/include/media/openmax",
],
static_libs: ["libyuv_static"],
cflags: ["-Werror"],
sanitize: {
misc_undefined: [
"signed-integer-overflow",
],
},
}