Files
hardware_interfaces/audio/effect/all-versions/default/Android.bp
Kevin Rocard 8bdafc1b5c Revert "Audio V4: Split system and vendor Audio.h"
This reverts commit 49c56de516.

Reason for revert: Breaks the build of multiple devices

Change-Id: Iebd868467948b8afa5907462ccc0720cd9c4871e
2018-01-24 06:12:44 +00:00

32 lines
753 B
Plaintext

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",
],
}