support RIL extension service using IRilExt
Bug: 258184594 Test: make Change-Id: I84b4d98e6f8874689ea84acff1b55e7c73ff9972
This commit is contained in:
parent
e040b0838a
commit
6af1a74ac0
1 changed files with 5 additions and 0 deletions
|
@ -1140,3 +1140,8 @@ include hardware/google/pixel/HardwareInfo/HardwareInfo.mk
|
|||
|
||||
# UFS: the script is used to select the corresponding firmware to run FFU.
|
||||
PRODUCT_PACKAGES_DEBUG += ufs_firmware_update.sh
|
||||
|
||||
# RIL extension service
|
||||
ifeq (,$(filter aosp_% factory_%,$(TARGET_PRODUCT)))
|
||||
include device/google/gs-common/pixel_ril/ril.mk
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue