mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 17:59:24 +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
|
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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue