blob: ca96f622fc85e18c0f58e3e53d3b619e2036facb [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",
Andy Hung4ef19fa2018-05-15 19:35:29 -070012 "libcutils",
Dan Willemsenefbff672017-10-23 17:51:23 -070013 "liblog",
Andy Hung4ef19fa2018-05-15 19:35:29 -070014 "libmediautils",
Dan Willemsenefbff672017-10-23 17:51:23 -070015 "libnbaio",
16 "libnblog",
17 "libutils",
18 ],
19
20 cflags: [
21 "-Werror",
22 "-Wall",
23 ],
24}