blob: 7a7e2c2410cc58a9bcd0f6770526abe674b08f13 [file] [log] [blame]
cc_library_shared {
name: "libdisplaydebug",
defaults: ["qtidisplay_common_defaults"],
sanitize: {
integer_overflow: true,
},
vendor: true,
shared_libs: ["libdl"],
cflags: [
"-DLOG_TAG=\"SDM\"",
"-Wall",
"-Werror",
"-fno-operator-names",
],
export_include_dirs: ["."],
srcs: ["debug_handler.cpp"],
}