sm6225-common: Set the flag to disable rild
Set the flag to enable vendor equivalent
ril service - i.e to disable rild

Bug: 73299369
Test: Compile and check the out folder
Change-Id: I43d38c2d334b5988800da9de49f467cf3beadf24
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index b68199c..d233c71 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -109,6 +109,9 @@
 TARGET_USERIMAGES_USE_EXT4 := true
 TARGET_USERIMAGES_USE_F2FS := true
 
+# RIL
+ENABLE_VENDOR_RIL_SERVICE := true
+
 # Sepolicy
 include device/qcom/sepolicy_vndr/SEPolicy.mk