| cc_library_shared { | |
| name: "libmedialogservice", | |
| srcs: [ | |
| "IMediaLogService.cpp", | |
| "MediaLogService.cpp", | |
| ], | |
| shared_libs: [ | |
| "libaudioutils", | |
| "libbinder", | |
| "libcutils", | |
| "liblog", | |
| "libmediautils", | |
| "libnbaio", | |
| "libnblog", | |
| "libutils", | |
| ], | |
| cflags: [ | |
| "-Werror", | |
| "-Wall", | |
| ], | |
| } |