blob: 1c63f647534918aa6ba977b62f11c4edd6e1d26c [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
19 compile_multilib: "32",
20
21 include_dirs: ["frameworks/av/include"],
22
23 cflags: [
24 "-Werror",
25 "-Wall",
26 ],
27
28}