LG8n: Build BesLoudness

* Audio HAL turns it on every boot but there's no way to configure it
* Allow users to turn it off as it causes the audio to become distorted on high volumes

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-08-06 17:56:40 +08:00
parent b0573bc8fa
commit 2a50d07623

View file

@ -82,6 +82,10 @@ PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml
# BesLoudness
PRODUCT_PACKAGES += \
BesLoudness
# Bluetooth
PRODUCT_PACKAGES += \
android.hardware.bluetooth.audio-impl \