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

Commit a69f9260 authored by Joel Dey's avatar Joel Dey
Browse files

[AUDIO HAL] Disable silent boot for android S



Disabling silent boot for android S.

Change-Id: Ia359a14f76c1bd921d0afbf771c51ce72fb41f0a
Signed-off-by: default avatarJoel Dey <quic_jdey@quicinc.com>
parent 74bd0664
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -125,15 +125,16 @@ AUDIO_FEATURE_ENABLED_AUTO_AUDIOD := true

ifneq ( ,$(filter msmnile_au msmnile_tb, $(TARGET_PRODUCT)))
AUDIO_FEATURE_ENABLED_DAEMON_SUPPORT := true
AUDIO_FEATURE_ENABLED_SILENT_BOOT := true
else
AUDIO_FEATURE_ENABLED_DAEMON_SUPPORT := false
AUDIO_FEATURE_ENABLED_SILENT_BOOT := false
endif
AUDIO_FEATURE_ENABLED_SND_MONITOR := false
else
AUDIO_FEATURE_ENABLED_SND_MONITOR := true
endif
ifeq ($(ENABLE_AUDIO_LEGACY_TECHPACK),true)
AUDIO_FEATURE_ENABLED_SILENT_BOOT := true
endif
AUDIO_FEATURE_ENABLED_FM_TUNER_EXT := true
AUDIO_FEATURE_ENABLED_ICC := true
ifneq ( ,$(filter S 12, $(PLATFORM_VERSION)))