blob: 29e6dfcd68b0b736ea72598764ac184702dd3d80 [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
9 shared_libs: [
Kevin Rocard07be14f2018-01-24 06:14:03 +000010 "libaudioutils",
Dan Willemsenefbff672017-10-23 17:51:23 -070011 "libbinder",
12 "liblog",
13 "libnbaio",
14 "libnblog",
15 "libutils",
16 ],
17
18 cflags: [
19 "-Werror",
20 "-Wall",
21 ],
22}