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

Commit a2267aa8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "[AUDIO HAL] Disable silent boot for android S"

parents 447c4fd4 a69f9260
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)))