mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Automatic mk -> bp conversion for all modules here which can be converted and built automatically. Test: Soong resolves all dependencies Bug: 37512442 Change-Id: Ib789212cb88d55731397c600d132e7c672c0d8be
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
cc_library_shared {
|
|
name: "android.hardware.audio.effect@2.0-impl",
|
|
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",
|
|
"libhidltransport",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.audio.common@2.0",
|
|
"android.hardware.audio.common@2.0-util",
|
|
"android.hardware.audio.effect@2.0",
|
|
"android.hidl.memory@1.0",
|
|
],
|
|
|
|
header_libs: [
|
|
"libaudio_system_headers",
|
|
"libaudioclient_headers",
|
|
"libeffects_headers",
|
|
"libhardware_headers",
|
|
"libmedia_headers",
|
|
],
|
|
}
|