From 47e17097a18acf707a2a7ec8084c69602c04d74e Mon Sep 17 00:00:00 2001 From: Simone Esposito <31246543+DarkJoker360@users.noreply.github.com> Date: Fri, 8 Jun 2018 21:56:18 +0200 Subject: [PATCH] fmradio: added hardware support --- BoardConfigCommon.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 08b4ce7..dbe0a98 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -37,6 +37,11 @@ PRODUCT_COPY_FILES += \ # Fonts EXTENDED_FONT_FOOTPRINT := true +# FMRadio +AUDIO_FEATURE_ENABLED_FM := true +TARGET_QCOM_NO_FM_FIRMWARE := true +BOARD_HAVE_QCOM_FM := true + # Properties (reset them here, include more in device if needed) TARGET_SYSTEM_PROP := $(VENDOR_PATH)/system.prop