blob: 47d74a817fd050632b1431582d1e10b3cbe3baf4 [file] [log] [blame]
Kevin Rocard62588b62017-12-20 11:07:12 -08001cc_library_headers {
2 name: "android.hardware.audio.effect@all-versions-impl",
3 defaults: ["hidl_defaults"],
4 vendor: true,
5 relative_install_path: "hw",
6
7 export_include_dirs: ["include"],
8
9 shared_libs: [
10 "libbase",
11 "libcutils",
Kevin Rocard62588b62017-12-20 11:07:12 -080012 "libfmq",
13 "libhidlbase",
14 "libhidlmemory",
15 "libhidltransport",
16 "liblog",
17 "libutils",
18 "android.hardware.audio.common-util",
19 "android.hidl.memory@1.0",
20 ],
21
22 header_libs: [
Kevin Rocard62588b62017-12-20 11:07:12 -080023 "libaudioclient_headers",
Kevin Rocard62588b62017-12-20 11:07:12 -080024 "libhardware_headers",
25 "libmedia_headers",
26 "android.hardware.audio.common.util@all-versions",
27 ],
28}