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:
parent
5a93259678
commit
2b5e848588
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue