| cc_defaults { |
| name: "android.hardware.audio.effect-impl_default", |
| defaults: ["hidl_defaults"], |
| vendor: true, |
| relative_install_path: "hw", |
| srcs: [ |
| "AcousticEchoCancelerEffect.cpp", |
| "AudioBufferManager.cpp", |
| "AutomaticGainControlEffect.cpp", |
| "BassBoostEffect.cpp", |
| "Conversions.cpp", |
| "DownmixEffect.cpp", |
| "Effect.cpp", |
| "EffectsFactory.cpp", |
| "EnvironmentalReverbEffect.cpp", |
| "EqualizerEffect.cpp", |
| "LoudnessEnhancerEffect.cpp", |
| "NoiseSuppressionEffect.cpp", |
| "PresetReverbEffect.cpp", |
| "VirtualizerEffect.cpp", |
| "VisualizerEffect.cpp", |
| ], |
| |
| shared_libs: [ |
| "libbase", |
| "libcutils", |
| "libeffects", |
| "libfmq", |
| "libhidlbase", |
| "libhidlmemory", |
| "liblog", |
| "libutils", |
| "android.hardware.audio.common-util", |
| "[email protected]", |
| ], |
| |
| header_libs: [ |
| "android.hardware.audio.common.util@all-versions", |
| "libaudio_system_headers", |
| "libaudioclient_headers", |
| "libeffects_headers", |
| "libhardware_headers", |
| "libmedia_headers", |
| ], |
| } |
| |
| cc_library_shared { |
| name: "[email protected]", |
| defaults: ["android.hardware.audio.effect-impl_default"], |
| shared_libs: [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| ], |
| |
| cflags: [ |
| "-DMAJOR_VERSION=2", |
| "-DMINOR_VERSION=0", |
| "-include common/all-versions/VersionMacro.h", |
| ] |
| } |
| |
| cc_library_shared { |
| name: "[email protected]", |
| defaults: ["android.hardware.audio.effect-impl_default"], |
| shared_libs: [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| ], |
| |
| cflags: [ |
| "-DMAJOR_VERSION=4", |
| "-DMINOR_VERSION=0", |
| "-include common/all-versions/VersionMacro.h", |
| ] |
| } |
| |
| cc_library_shared { |
| name: "[email protected]", |
| defaults: ["android.hardware.audio.effect-impl_default"], |
| shared_libs: [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| ], |
| |
| cflags: [ |
| "-DMAJOR_VERSION=5", |
| "-DMINOR_VERSION=0", |
| "-include common/all-versions/VersionMacro.h", |
| ] |
| } |