From 020d343e2ec63db655ca6a540a4807f2cb998650 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Wed, 21 Dec 2022 09:55:00 +0530 Subject: [PATCH] RMX3031: Enable vendor RIL service We use MediaTek's RIL implementation Signed-off-by: Himanshu Tyagi Change-Id: Icf4b898a010f609e2eded77d2bd4bb83cfd112c2 --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 7475476..77ff512 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -153,6 +153,9 @@ TARGET_RECOVERY_UI_BLANK_UNBLANK_ON_INIT := true TARGET_USERIMAGES_USE_EXT4 := true TARGET_USES_MKE2FS := true +# Ril +ENABLE_VENDOR_RIL_SERVICE := true + # Releasetools TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH)/releasetools