Naseer Ahmed | 9905128 | 2017-05-15 12:20:07 -0400 | [diff] [blame] | 1 | cc_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 | } |