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
This commit is contained in:
Demon000 2019-08-01 01:11:51 +02:00 committed by Alexander Winkowski
parent d89b49336b
commit 16b28c14ac
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -119,3 +119,6 @@ TARGET_USERIMAGES_USE_F2FS := true
# Releasetools # Releasetools
TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH) TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)
# RIL
ENABLE_VENDOR_RIL_SERVICE := true