diff --git a/device.mk b/device.mk index 2a76ce6..8849609 100644 --- a/device.mk +++ b/device.mk @@ -173,6 +173,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/keylayout/uinput-fpc.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/uinput-fpc.kl \ $(LOCAL_PATH)/configs/keylayout/uinput-goodix.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/uinput-goodix.kl +# FM Radio +PRODUCT_PACKAGES += \ + MtkFMRadio + # Gatekeeper PRODUCT_PACKAGES += \ android.hardware.gatekeeper@1.0-impl \