configs:sdm845/sdm855/sdm710:Disable device overlay

Use macro TARGET_USE_QSSI to conditionally disable
build-time audio specific device overlays to support
QSSI on sdm845/855/710.

Change-Id: Ie17488006d4606b6daaf70830bd018f00f29c414
CRs-Fixed: 2248130
This commit is contained in:
shoudil 2018-05-23 17:11:17 +08:00 committed by Gerrit - the friendly Code Review server
parent 5a93259678
commit 2b5e848588
3 changed files with 6 additions and 0 deletions

View File

@ -68,8 +68,10 @@ AUDIO_FEATURE_ENABLED_DLKM := true
AUDIO_FEATURE_ENABLED_USB_BURST_MODE := true
##AUDIO_FEATURE_FLAGS
ifneq ($(strip $(TARGET_USES_QSSI)), true)
#Audio Specific device overlays
DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/common/overlay
endif
PRODUCT_COPY_FILES += \
hardware/qcom/audio/configs/msmnile/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \

View File

@ -71,8 +71,10 @@ AUDIO_FEATURE_ENABLED_SND_MONITOR := true
AUDIO_FEATURE_ENABLED_DLKM := true
##AUDIO_FEATURE_FLAGS
ifneq ($(strip $(TARGET_USES_QSSI)), true)
#Audio Specific device overlays
DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/common/overlay
endif
# Audio configuration file
ifeq ($(TARGET_USES_AOSP_FOR_AUDIO), true)

View File

@ -64,8 +64,10 @@ AUDIO_FEATURE_ENABLED_RAS := true
AUDIO_FEATURE_ENABLED_SND_MONITOR := true
##AUDIO_FEATURE_FLAGS
ifneq ($(strip $(TARGET_USES_QSSI)), true)
#Audio Specific device overlays
DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/common/overlay
endif
# Audio configuration file
ifeq ($(TARGET_USES_AOSP_FOR_AUDIO), true)