config: enable ext fm tuner feature for automotive
Enable ext fm tuner feature on automotive platforms. Change-Id: Id6f9dcc1e510c741f38b1899d7c10189b347a60b
This commit is contained in:
parent
edac83d60a
commit
f6cc632e07
|
@ -75,6 +75,7 @@ AUDIO_FEATURE_ENABLED_AUDIO_CONTROL_HAL := true
|
||||||
ifneq ($(ENABLE_HYP),true)
|
ifneq ($(ENABLE_HYP),true)
|
||||||
AUDIO_FEATURE_ENABLED_AUTO_AUDIOD := true
|
AUDIO_FEATURE_ENABLED_AUTO_AUDIOD := true
|
||||||
endif
|
endif
|
||||||
|
AUDIO_FEATURE_ENABLED_FM_TUNER_EXT := true
|
||||||
##AUTOMOTIVE_AUDIO_FEATURE_FLAGS
|
##AUTOMOTIVE_AUDIO_FEATURE_FLAGS
|
||||||
|
|
||||||
ifneq ($(strip $(TARGET_USES_RRO)), true)
|
ifneq ($(strip $(TARGET_USES_RRO)), true)
|
||||||
|
|
|
@ -75,6 +75,7 @@ AUDIO_FEATURE_ENABLED_AUDIO_CONTROL_HAL := true
|
||||||
ifneq ($(ENABLE_HYP),true)
|
ifneq ($(ENABLE_HYP),true)
|
||||||
AUDIO_FEATURE_ENABLED_AUTO_AUDIOD := true
|
AUDIO_FEATURE_ENABLED_AUTO_AUDIOD := true
|
||||||
endif
|
endif
|
||||||
|
AUDIO_FEATURE_ENABLED_FM_TUNER_EXT := true
|
||||||
##AUTOMOTIVE_AUDIO_FEATURE_FLAGS
|
##AUTOMOTIVE_AUDIO_FEATURE_FLAGS
|
||||||
|
|
||||||
ifneq ($(strip $(TARGET_USES_RRO)), true)
|
ifneq ($(strip $(TARGET_USES_RRO)), true)
|
||||||
|
|
Loading…
Reference in New Issue