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