blob: 5bb432f54421f4ce7d78eb4718873e96a87ba630 [file] [log] [blame]
Glenn Kasten796e3af2020-03-13 17:18:39 -07001cc_library_shared {
2 name: "libaudiopolicymanager",
3
4 srcs: [
5 "AudioPolicyFactory.cpp",
6 ],
7
8 include_dirs: [
9 "frameworks/av/services/audioflinger"
10 ],
11
12 shared_libs: [
13 "libaudiopolicymanagerdefault",
14 ],
15
16 static_libs: [
17 "libaudiopolicycomponents",
18 ],
19
20 header_libs: [
21 "libaudiopolicycommon",
22 "libaudiopolicyengine_interface_headers",
23 "libaudiopolicymanager_interface_headers",
24 "libaudioutils_headers",
25 ],
26
27 cflags: [
28 "-Werror",
29 "-Wall",
30 ],
31
32}