sdm845-common: Compile open source sound FX modules

Change-Id: Iec50a263c8015dba798c574b4969d3d37b0004bc
This commit is contained in:
Bruno Martins 2019-07-30 13:59:40 +01:00
parent 3f875de3a1
commit ba4b96e9a1
3 changed files with 5 additions and 8 deletions

View File

@ -47,6 +47,7 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno630
# Audio
AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true
AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
AUDIO_FEATURE_ENABLED_HDMI_SPK := true
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true

View File

@ -56,24 +56,16 @@ framework/audiosphere.jar
vendor/lib64/soundfx/libasphere.so
vendor/lib64/soundfx/libdirac.so
vendor/lib64/soundfx/libqcbassboost.so
vendor/lib64/soundfx/libqcompostprocbundle.so
vendor/lib64/soundfx/libqcomvisualizer.so
vendor/lib64/soundfx/libqcomvoiceprocessing.so
vendor/lib64/soundfx/libqcreverb.so
vendor/lib64/soundfx/libqcvirt.so
vendor/lib64/soundfx/libshoebox.so
vendor/lib64/soundfx/libvolumelistener.so
vendor/lib/soundfx/libasphere.so
vendor/lib/soundfx/libdirac.so
vendor/lib/soundfx/libmisoundfx.so
vendor/lib/soundfx/libqcbassboost.so
vendor/lib/soundfx/libqcompostprocbundle.so
vendor/lib/soundfx/libqcomvisualizer.so
vendor/lib/soundfx/libqcomvoiceprocessing.so
vendor/lib/soundfx/libqcreverb.so
vendor/lib/soundfx/libqcvirt.so
vendor/lib/soundfx/libshoebox.so
vendor/lib/soundfx/libvolumelistener.so
# Bluetooth
vendor/bin/wcnss_filter

View File

@ -67,6 +67,10 @@ PRODUCT_PACKAGES += \
audio.a2dp.default \
audio.r_submix.default \
audio.usb.default \
libqcompostprocbundle \
libqcomvisualizer \
libqcomvoiceprocessing \
libvolumelistener \
tinymix
PRODUCT_COPY_FILES += \