blob: 301ecc0fb9f7cefa56005db884133f943fc0f5e0 [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 ],
François Gaffie962ba212019-04-03 16:21:39 +020014 shared_libs: [
15 "liblog",
16 "libutils",
17 "libmedia_helper",
18 "libparameter",
19 ],
20}