Anton Hansson | 33de46e | 2019-02-01 11:17:57 +0000 | [diff] [blame] | 1 | |
2 | |||||
3 | cc_library_shared { | ||||
4 | name: "libresourcemanagerservice", | ||||
5 | |||||
6 | srcs: [ | ||||
7 | "ResourceManagerService.cpp", | ||||
8 | "ServiceLog.cpp", | ||||
9 | ], | ||||
10 | |||||
11 | shared_libs: [ | ||||
12 | "libmedia", | ||||
13 | "libmediautils", | ||||
14 | "libbinder", | ||||
15 | "libutils", | ||||
16 | "liblog", | ||||
17 | ], | ||||
18 | |||||
Anton Hansson | 33de46e | 2019-02-01 11:17:57 +0000 | [diff] [blame] | 19 | include_dirs: ["frameworks/av/include"], |
20 | |||||
21 | cflags: [ | ||||
22 | "-Werror", | ||||
23 | "-Wall", | ||||
24 | ], | ||||
25 | |||||
26 | } |