blob: 9de8b634fe5e9c3a716dbf4dd50f9553498783e0 [file] [log] [blame]
cc_library_shared {
name: "hdmi_cec.qcom",
defaults: ["qtidisplay_defaults"],
sanitize: {
integer_overflow: true,
},
vendor: true,
relative_install_path: "hw",
header_libs: ["display_headers"],
shared_libs: [
"libqservice",
"liblog",
"libutils",
"libcutils",
"libbinder",
"libqdutils",
],
cflags: [
"-DLOG_TAG=\"qdhdmi_cec\"",
"-Wno-sign-conversion",
],
clang: true,
srcs: [
"qhdmi_cec.cpp",
"QHDMIClient.cpp",
],
}