blob: 11fe5ebf156864371cea40266cabe42d186bf898 [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"],
static_libs: ["libyuv_static"],
cflags: ["-Werror"],
sanitize: {
misc_undefined: [
"signed-integer-overflow",
],
cfi: true,
diag: {
cfi: true,
},
},
}