| François Gaffie | 962ba21 | 2019-04-03 16:21:39 +0200 | [diff] [blame] | 1 | cc_library { |
| 2 | name: "libaudiopolicyengineconfigurable_pfwwrapper", | ||||
| 3 | export_include_dirs: ["include"], | ||||
| 4 | srcs: ["ParameterManagerWrapper.cpp"], | ||||
| 5 | cflags: [ | ||||
| 6 | "-Wall", | ||||
| 7 | "-Werror", | ||||
| 8 | "-Wextra", | ||||
| 9 | ], | ||||
| 10 | header_libs: [ | ||||
| 11 | "libbase_headers", | ||||
| 12 | "libaudiopolicycommon", | ||||
| 13 | ], | ||||
| 14 | static_libs: ["libaudiopolicycomponents"], | ||||
| 15 | shared_libs: [ | ||||
| 16 | "liblog", | ||||
| 17 | "libutils", | ||||
| 18 | "libmedia_helper", | ||||
| 19 | "libparameter", | ||||
| 20 | ], | ||||
| 21 | } | ||||