Include ril.mk after DEVICE_MANIFEST_FILE is reset
Bug: 348631842 Flag: EXEMPT bugfix Test: check carrier ID property is set correctly Change-Id: I40160c14f65d5193962dd3f1e2862d129c8404b6
This commit is contained in:
parent
34e36d4c11
commit
e116a1fba4
1 changed files with 7 additions and 5 deletions
12
device.mk
12
device.mk
|
@ -278,11 +278,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
# Pixel Logger
|
||||
include hardware/google/pixel/PixelLogger/PixelLogger.mk
|
||||
|
||||
# RIL extension service
|
||||
ifeq (,$(filter aosp_% factory_%,$(TARGET_PRODUCT)))
|
||||
include device/google/gs-common/pixel_ril/ril.mk
|
||||
endif
|
||||
|
||||
# Use Lassen specifc Shared Modem Platform
|
||||
SHARED_MODEM_PLATFORM_VENDOR := lassen
|
||||
|
||||
|
@ -1216,6 +1211,13 @@ 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
|
||||
|
||||
SUPPORT_VENDOR_SATELLITE_SERVICE := true
|
||||
|
||||
# Telephony satellite geofence data file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue