Merge "config: enable auto config overlay as value added"

This commit is contained in:
qctecmdr 2019-07-17 05:29:47 -07:00 committed by Gerrit - the friendly Code Review server
commit b57b6f5436
2 changed files with 4 additions and 0 deletions

View File

@ -80,7 +80,9 @@ DEVICE_PACKAGE_OVERLAYS += vendor/qcom/opensource/audio-hal/primary-hal/configs/
endif endif
#Automotive audio specific device overlays #Automotive audio specific device overlays
ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/msmnile_au/overlay DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/msmnile_au/overlay
endif
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
vendor/qcom/opensource/audio-hal/primary-hal/configs/msmnile_au/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \ vendor/qcom/opensource/audio-hal/primary-hal/configs/msmnile_au/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \

View File

@ -80,7 +80,9 @@ DEVICE_PACKAGE_OVERLAYS += vendor/qcom/opensource/audio-hal/primary-hal/configs/
endif endif
#Automotive audio specific device overlays #Automotive audio specific device overlays
ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/msmsteppe_au/overlay DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/msmsteppe_au/overlay
endif
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
vendor/qcom/opensource/audio-hal/primary-hal/configs/msmsteppe_au/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \ vendor/qcom/opensource/audio-hal/primary-hal/configs/msmsteppe_au/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \