Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b5e8485 authored by shoudil's avatar shoudil Committed by Gerrit - the friendly Code Review server
Browse files

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
parent 5a932596
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 \
+2 −0
Original line number Diff line number Diff line
@@ -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)
+2 −0
Original line number Diff line number Diff line
@@ -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)