whyred: Enable FM support

This commit is contained in:
Vasishath Kaushal 2018-06-24 15:11:20 +05:30
parent 5818dfde4c
commit 843e4bb3ae
2 changed files with 10 additions and 0 deletions

View file

@ -190,6 +190,10 @@ include device/qcom/sepolicy/sepolicy.mk
PROTOBUF_SUPPORTED := true PROTOBUF_SUPPORTED := true
TARGET_RIL_VARIANT := caf TARGET_RIL_VARIANT := caf
#FM
BOARD_HAVE_QCOM_FM := true
BOARD_HAS_QCA_FM_SOC := "cherokee"
# GPS # GPS
TARGET_NO_RPC := true TARGET_NO_RPC := true
USE_DEVICE_SPECIFIC_GPS := true USE_DEVICE_SPECIFIC_GPS := true

View file

@ -225,6 +225,12 @@ PRODUCT_PACKAGES += \
libandroid_net \ libandroid_net \
netutils-wrapper-1.0 netutils-wrapper-1.0
#FM
PRODUCT_PACKAGES += \
FM2 \
libqcomfm_jni \
qcom.fmradio
# Ramdisk # Ramdisk
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
fstab.qcom \ fstab.qcom \