blob: ed2a093050c2c067920d30f8fc1e600324a78880 [file] [log] [blame]
cc_library_headers {
name: "android.hardware.audio.effect@all-versions-impl",
defaults: ["hidl_defaults"],
vendor: true,
relative_install_path: "hw",
export_include_dirs: ["include"],
shared_libs: [
"libbase",
"libcutils",
"libeffects",
"libfmq",
"libhidlbase",
"libhidlmemory",
"libhidltransport",
"liblog",
"libutils",
"android.hardware.audio.common-util",
"android.hidl.memory@1.0",
],
header_libs: [
"libaudio_system_headers",
"libaudioclient_headers",
"libeffects_headers",
"libhardware_headers",
"libmedia_headers",
"android.hardware.audio.common.util@all-versions",
],
}