blob: 0fdf6d898716d566b970cd22b51c136382998be5 [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: ["."],
clang: true,
srcs: ["debug_handler.cpp"],
}