Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.audio.effect@2.0-impl", |
| 3 | vendor: true, |
| 4 | relative_install_path: "hw", |
| 5 | srcs: [ |
| 6 | "AcousticEchoCancelerEffect.cpp", |
| 7 | "AudioBufferManager.cpp", |
| 8 | "AutomaticGainControlEffect.cpp", |
| 9 | "BassBoostEffect.cpp", |
| 10 | "Conversions.cpp", |
| 11 | "DownmixEffect.cpp", |
| 12 | "Effect.cpp", |
| 13 | "EffectsFactory.cpp", |
| 14 | "EnvironmentalReverbEffect.cpp", |
| 15 | "EqualizerEffect.cpp", |
| 16 | "LoudnessEnhancerEffect.cpp", |
| 17 | "NoiseSuppressionEffect.cpp", |
| 18 | "PresetReverbEffect.cpp", |
| 19 | "VirtualizerEffect.cpp", |
| 20 | "VisualizerEffect.cpp", |
| 21 | ], |
| 22 | |
| 23 | shared_libs: [ |
| 24 | "libbase", |
| 25 | "libcutils", |
| 26 | "libeffects", |
| 27 | "libfmq", |
| 28 | "libhidlbase", |
| 29 | "libhidlmemory", |
| 30 | "libhidltransport", |
| 31 | "liblog", |
| 32 | "libutils", |
| 33 | "android.hardware.audio.common@2.0", |
| 34 | "android.hardware.audio.common@2.0-util", |
| 35 | "android.hardware.audio.effect@2.0", |
| 36 | "android.hidl.memory@1.0", |
| 37 | ], |
| 38 | |
| 39 | header_libs: [ |
| 40 | "libaudio_system_headers", |
| 41 | "libaudioclient_headers", |
| 42 | "libeffects_headers", |
| 43 | "libhardware_headers", |
| 44 | "libmedia_headers", |
| 45 | ], |
| 46 | } |