blob: a3519d56d36adce93601e6c41968f79ecbd06995 [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",
Chong Zhangfdd512a2019-11-22 11:03:14 -080015 "libbinder_ndk",
Anton Hansson33de46e2019-02-01 11:17:57 +000016 "libutils",
17 "liblog",
18 ],
19
Anton Hansson33de46e2019-02-01 11:17:57 +000020 include_dirs: ["frameworks/av/include"],
21
22 cflags: [
23 "-Werror",
24 "-Wall",
25 ],
26
Robert Shihc3af31b2019-09-20 21:45:01 -070027 export_include_dirs: ["."],
28
Anton Hansson33de46e2019-02-01 11:17:57 +000029}