diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 18ab816..b1492d8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -64,6 +64,9 @@ TARGET_ENABLE_MEDIADRM_64 := true # Filesystem TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs +# FM +BOARD_HAVE_QCOM_FM := true + # HIDL DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(COMMON_PATH)/device_framework_matrix.xml DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml diff --git a/atoll.mk b/atoll.mk index a6e224f..eb80fd4 100644 --- a/atoll.mk +++ b/atoll.mk @@ -145,6 +145,12 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.biometrics.fingerprint@2.1-service.xiaomi_atoll +# FM +PRODUCT_PACKAGES += \ + FM2 \ + libqcomfm_jni \ + qcom.fmradio + # Rootdir PRODUCT_PACKAGES += \ init.qcom.early_boot.sh \