Merge "include ril.mk to enable ril extension service"
This commit is contained in:
commit
d0226c5674
1 changed files with 5 additions and 0 deletions
|
@ -1148,3 +1148,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