raphael: Opt out of speaker_layout_channel_mask field

Required for ABI compatibility with audio HAL compiled before 15 QPR2.

Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/9426
Change-Id: Ic910f0634ee0707c21dad77f5264fd89fb33f1c0
This commit is contained in:
LuK1337
2025-11-16 10:56:33 +01:00
committed by Joey
parent bfadd7d266
commit 9125b266de

View File

@@ -145,6 +145,8 @@ PRODUCT_PACKAGES += \
libhfp \
tinymix
$(call soong_config_set,android_hardware_audio,skip_speaker_layout_channel_mask_field,true)
# Audio configs
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/configs/audio/,$(TARGET_COPY_OUT_VENDOR)/etc) \