From f6a94748c7ec59d605d3e122a8430932b30e80bc Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Fri, 15 May 2020 12:22:49 +0200 Subject: [PATCH] exynos9610: build fmradio Change-Id: I3094859cd53e442352eb7b9f3c4d8201a52240bc --- BoardConfigCommon.mk | 3 +++ common.mk | 5 +++++ 2 files changed, 8 insertions(+) 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 -- 2.20.1