blob: fe69d393dd50c6c899a42c274ddcefbb77b1fc63 [file] [log] [blame]
Naseer Ahmed99051282017-05-15 12:20:07 -04001cc_library_shared {
2 name: "libqservice",
3 vendor: true,
4 defaults: ["display_defaults"],
5 shared_libs: ["libbinder"],
6 cflags: [
7 "-DLOG_TAG=\"qdqservice\"",
8 "-Wno-sign-conversion",
9 ],
10 srcs: [
11 "QService.cpp",
12 "IQService.cpp",
13 "IQClient.cpp",
14 "IQHDMIClient.cpp",
15 ],
16}