blob: ed2a093050c2c067920d30f8fc1e600324a78880 [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",
12 "libeffects",
13 "libfmq",
14 "libhidlbase",
15 "libhidlmemory",
16 "libhidltransport",
17 "liblog",
18 "libutils",
19 "android.hardware.audio.common-util",
20 "android.hidl.memory@1.0",
21 ],
22
23 header_libs: [
24 "libaudio_system_headers",
25 "libaudioclient_headers",
26 "libeffects_headers",
27 "libhardware_headers",
28 "libmedia_headers",
29 "android.hardware.audio.common.util@all-versions",
30 ],
31}