Loading configs/msmnile_au/msmnile_au.mk +3 −2 Original line number Diff line number Diff line Loading @@ -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))) Loading Loading
configs/msmnile_au/msmnile_au.mk +3 −2 Original line number Diff line number Diff line Loading @@ -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))) Loading