sm8550-common: Update audio-HAL path

It has been moved to a subdir and the structure is now as follows:

  hardware/qcom-caf/$(QCOM_HARDWARE_VARIANT)/audio
  ├─ agm (clo:platform/vendor/qcom/opensource/agm)
  ├─ pal (clo:platform/vendor/qcom/opensource/arpal-lx)
  └─ primary_hal (clo:platform/hardware/qcom/audio-ar)

Change-Id: Icfce2884a482b498e97f931732d37974161cf620
This commit is contained in:
Bruno Martins
2023-07-28 17:01:29 +01:00
committed by chaptsand
parent 799f647588
commit 74875478ad

View File

@@ -59,7 +59,7 @@ PRODUCT_PACKAGES += \
libvolumelistener \
sound_trigger.primary.kalama
AUDIO_HAL_DIR := hardware/qcom-caf/sm8550/audio
AUDIO_HAL_DIR := hardware/qcom-caf/sm8550/audio/primary-hal
PRODUCT_COPY_FILES += \
$(AUDIO_HAL_DIR)/configs/common/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \