blob: 74b63d51536b0020e1190f7d283bc3713a05dca3 [file] [log] [blame]
Dan Willemsenefbff672017-10-23 17:51:23 -07001cc_library_shared {
2 name: "libmedialogservice",
3
4 srcs: [
5 "IMediaLogService.cpp",
6 "MediaLogService.cpp",
7 ],
8
Marco Nelissen6b285942019-10-21 14:52:30 -07009 header_libs: [
10 "libmedia_headers",
11 ],
12
Dan Willemsenefbff672017-10-23 17:51:23 -070013 shared_libs: [
Kevin Rocard07be14f2018-01-24 06:14:03 +000014 "libaudioutils",
Dan Willemsenefbff672017-10-23 17:51:23 -070015 "libbinder",
16 "liblog",
Andy Hung4ef19fa2018-05-15 19:35:29 -070017 "libmediautils",
Dan Willemsenefbff672017-10-23 17:51:23 -070018 "libnblog",
19 "libutils",
20 ],
21
22 cflags: [
23 "-Werror",
24 "-Wall",
25 ],
26}