blob: 4ac5a20b49008fa1334c31389aa509f615cdedb3 [file] [log] [blame]
cc_library_shared {
name: "libsdmutils",
defaults: ["qtidisplay_defaults"],
sanitize: {
integer_overflow: true,
},
vendor: true,
header_libs: ["display_headers"],
cflags: ["-DLOG_TAG=\"SDM\""],
srcs: [
"debug.cpp",
"rect.cpp",
"sys.cpp",
"fence.cpp",
"formats.cpp",
"utils.cpp",
],
shared_libs: ["libdisplaydebug"],
}