blob: d4684062a5471f66559450f40f6f52abc07b2021 [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
Robert Shihc3af31b2019-09-20 21:45:01 -070026 export_include_dirs: ["."],
27
Anton Hansson33de46e2019-02-01 11:17:57 +000028}