From ac373c15202a2e8dd2ce1631001d0a57a5e0a662 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Thu, 1 Aug 2019 01:11:51 +0200 Subject: [PATCH] sm6250-common: define vendor ril service usage This can be checked by looking for a rild service in system. If it's missing, then a vendor ril service is being used, in our case, it is qcrild. Change-Id: I5378de6eec4ff2511a49c19c0fc474658efe338f --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 082191d..545b355 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -124,6 +124,9 @@ TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true TARGET_USES_MKE2FS := true +# RIL +ENABLE_VENDOR_RIL_SERVICE := true + # Security patch level VENDOR_SECURITY_PATCH := 2020-02-01