Merge "config: enable ext fm tuner feature for automotive"
This commit is contained in:
commit
f132a56dce
|
@ -75,6 +75,7 @@ AUDIO_FEATURE_ENABLED_AUDIO_CONTROL_HAL := true
|
|||
ifneq ($(ENABLE_HYP),true)
|
||||
AUDIO_FEATURE_ENABLED_AUTO_AUDIOD := true
|
||||
endif
|
||||
AUDIO_FEATURE_ENABLED_FM_TUNER_EXT := true
|
||||
##AUTOMOTIVE_AUDIO_FEATURE_FLAGS
|
||||
|
||||
ifneq ($(strip $(TARGET_USES_RRO)), true)
|
||||
|
|
|
@ -75,6 +75,7 @@ AUDIO_FEATURE_ENABLED_AUDIO_CONTROL_HAL := true
|
|||
ifneq ($(ENABLE_HYP),true)
|
||||
AUDIO_FEATURE_ENABLED_AUTO_AUDIOD := true
|
||||
endif
|
||||
AUDIO_FEATURE_ENABLED_FM_TUNER_EXT := true
|
||||
##AUTOMOTIVE_AUDIO_FEATURE_FLAGS
|
||||
|
||||
ifneq ($(strip $(TARGET_USES_RRO)), true)
|
||||
|
|
Loading…
Reference in New Issue