mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 09:49:16 +02:00
whyred: Enable FM support
This commit is contained in:
parent
5818dfde4c
commit
843e4bb3ae
2 changed files with 10 additions and 0 deletions
|
@ -190,6 +190,10 @@ include device/qcom/sepolicy/sepolicy.mk
|
|||
PROTOBUF_SUPPORTED := true
|
||||
TARGET_RIL_VARIANT := caf
|
||||
|
||||
#FM
|
||||
BOARD_HAVE_QCOM_FM := true
|
||||
BOARD_HAS_QCA_FM_SOC := "cherokee"
|
||||
|
||||
# GPS
|
||||
TARGET_NO_RPC := true
|
||||
USE_DEVICE_SPECIFIC_GPS := true
|
||||
|
|
|
@ -225,6 +225,12 @@ PRODUCT_PACKAGES += \
|
|||
libandroid_net \
|
||||
netutils-wrapper-1.0
|
||||
|
||||
#FM
|
||||
PRODUCT_PACKAGES += \
|
||||
FM2 \
|
||||
libqcomfm_jni \
|
||||
qcom.fmradio
|
||||
|
||||
# Ramdisk
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.qcom \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue