blob: 5fc6d9d84434afccb5439db172e9186a2902073b [file] [log] [blame]
cc_library_shared {
name: "libqservice",
vendor: true,
defaults: [
"display_defaults",
"display_go_defaults",
],
shared_libs: ["libbinder"],
cflags: [
"-DLOG_TAG=\"qdqservice\"",
"-Wno-sign-conversion",
],
srcs: [
"QService.cpp",
"IQService.cpp",
"IQClient.cpp",
"IQHDMIClient.cpp",
],
}