blob: f3339a022a2f2744dfb2ba8c1caec1c71f7d35e3 [file] [log] [blame]
Anton Hansson33de46e2019-02-01 11:17:57 +00001
2
3cc_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 Hansson33de46e2019-02-01 11:17:57 +000019 include_dirs: ["frameworks/av/include"],
20
21 cflags: [
22 "-Werror",
23 "-Wall",
24 ],
25
26}