Merge "Remove IRilExt on modem-less projects" into main

This commit is contained in:
Treehugger Robot 2023-09-06 01:42:58 +00:00 committed by Android (Google) Code Review
commit d78fc4512d

View file

@ -1137,10 +1137,12 @@ 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
ifneq ($(BOARD_WITHOUT_RADIO),true)
# RIL extension service
ifeq (,$(filter aosp_% factory_%,$(TARGET_PRODUCT)))
include device/google/gs-common/pixel_ril/ril.mk
endif
endif
# Touch service
include hardware/google/pixel/input/twoshay.mk