blob: 6f59487df94f5763f3462c11dc46524d94457b58 [file] [log] [blame]
François Gaffie962ba212019-04-03 16:21:39 +02001cc_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}