include ril.mk to enable ril extension service
Bug: 258184594 Test: make Change-Id: I353755abc219b665570aac6b29c81acadb5aab3f
This commit is contained in:
parent
a88ab70189
commit
69ded45aae
1 changed files with 5 additions and 0 deletions
|
@ -1145,3 +1145,8 @@ include hardware/google/pixel/HardwareInfo/HardwareInfo.mk
|
||||||
|
|
||||||
# UFS: the script is used to select the corresponding firmware to run FFU.
|
# UFS: the script is used to select the corresponding firmware to run FFU.
|
||||||
PRODUCT_PACKAGES_DEBUG += ufs_firmware_update.sh
|
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