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

Commit ad09f438 authored by shoudil's avatar shoudil
Browse files

configs: rename macro TARGET_USES_QSSI

As TARGET_USES_QSSI will not be enabled in normal build, we use
another macro TARGET_USES_RRO to conditionally disable static
audio specific device overlays on sdm845/855/710.

Change-Id: Iff2ef644f1860ab81502fc5d60f4df8bdcea1369
CRs-Fixed: 2286171
parent b9c97404
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true
AUDIO_FEATURE_ENABLED_BATTERY_LISTENER := true
##AUDIO_FEATURE_FLAGS

ifneq ($(strip $(TARGET_USES_QSSI)), true)
ifneq ($(strip $(TARGET_USES_RRO)), true)
#Audio Specific device overlays
DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/common/overlay
endif
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ AUDIO_FEATURE_ENABLED_DLKM := true
AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true
##AUDIO_FEATURE_FLAGS

ifneq ($(strip $(TARGET_USES_QSSI)), true)
ifneq ($(strip $(TARGET_USES_RRO)), true)
#Audio Specific device overlays
DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/common/overlay
endif
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ AUDIO_FEATURE_ENABLED_SND_MONITOR := true
AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true
##AUDIO_FEATURE_FLAGS

ifneq ($(strip $(TARGET_USES_QSSI)), true)
ifneq ($(strip $(TARGET_USES_RRO)), true)
#Audio Specific device overlays
DEVICE_PACKAGE_OVERLAYS += hardware/qcom/audio/configs/common/overlay
endif