From dcb959c857e4f9a9c771e5629354997833627774 Mon Sep 17 00:00:00 2001 From: terrycrhuang Date: Fri, 1 Sep 2023 14:40:54 +0800 Subject: [PATCH] Remove IRilExt on modem-less projects Bug: 298584775 Test: Build Pass Change-Id: I5490c62afac6373fdaea8d989b7a9b6d672900a3 --- device.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device.mk b/device.mk index 0891b39..5c5f8a0 100644 --- a/device.mk +++ b/device.mk @@ -1128,10 +1128,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