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

Commit de060a48 authored by Viraja Kommaraju's avatar Viraja Kommaraju
Browse files

audio-hal: enabling audio daemon based for TARGET_PRODUCT



TARGET_BOARD_PLATFORM is not working so using TARGET_PRODUCT
macro to check platform name.
Based on the platform name enabling audio daemon for support
targets.

Change-Id: I83dca46b949c9014cab0727a4c42686fc3b4b655
Suggested-by: default avatar"Nagarjuna paladugu <npaladug@qti.qualcomm.com&gt;">
parent 81a1758c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -90,6 +90,13 @@ AUDIO_FEATURE_ENABLED_EXT_HW_PLUGIN := true
AUDIO_FEATURE_ENABLED_AUDIO_CONTROL_HAL := true
ifneq ($(ENABLE_HYP),true)
AUDIO_FEATURE_ENABLED_AUTO_AUDIOD := true

ifeq ($(TARGET_PRODUCT),msmnile_au)
AUDIO_FEATURE_ENABLED_DAEMON_SUPPORT := true
else
AUDIO_FEATURE_ENABLED_DAEMON_SUPPORT := false
endif

endif
AUDIO_FEATURE_ENABLED_FM_TUNER_EXT := true
##AUTOMOTIVE_AUDIO_FEATURE_FLAGS