From: Jan Altensen Date: Fri, 15 May 2020 10:22:49 +0000 (+0200) Subject: exynos9610: build fmradio X-Git-Url: https://git.stricted.de/?p=GitHub%2Fmoto-9609%2Fandroid_device_motorola_exynos9610-common.git;a=commitdiff_plain;h=2613743e42d1dab87616018ddc56a6fe732a958b;hp=ed83cfdeadf518aef74619d01aeff48263d6a228 exynos9610: build fmradio Change-Id: I3094859cd53e442352eb7b9f3c4d8201a52240bc --- diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2515f75..09be87b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -105,5 +105,8 @@ BOARD_PLAT_PRIVATE_SEPOLICY_DIR := $(COMMON_PATH)/sepolicy/private # Properties TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop +# FMRadio +BOARD_HAVE_SLSI_FM := true + # Inherit from the proprietary version -include vendor/motorola/exynos9610-common/BoardConfigVendor.mk diff --git a/common.mk b/common.mk index 82cf144..02ec885 100644 --- a/common.mk +++ b/common.mk @@ -53,6 +53,11 @@ TARGET_BOOTANIMATION_TEXTURE_CACHE := true TARGET_SCREEN_HEIGHT := 2520 TARGET_SCREEN_WIDTH := 1080 +# FM radio +PRODUCT_PACKAGES += \ + FMRadio \ + libfmjni + # Graphics # Device uses high-density artwork where available PRODUCT_AAPT_CONFIG := xlarge