• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_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}
17