From 16b28c14acf8e9d31e7c634ed83c703c1feaa0e3 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 057705a..e1256c4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -119,3 +119,6 @@ TARGET_USERIMAGES_USE_F2FS := true # Releasetools TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH) + +# RIL +ENABLE_VENDOR_RIL_SERVICE := true