Enable RIL ENDC mode setting during Radio OFF on Pixel 2025M

Bug: 302058506
Test: build pass
Flag: build.ALLOW_SET_ENDC_DURING_RADIO_OFF
Change-Id: I31c798b55176b5065965f0df0d8981235be13321
This commit is contained in:
Aaron Tsai 2024-08-15 07:59:25 +00:00
parent 6eb1e49ecd
commit 7c75af7281

View file

@ -389,3 +389,6 @@ PRODUCT_COPY_FILES += \
# IRadio HAL
USE_RADIO_HAL_2_1 := false
USE_RADIO_HAL_2_2 := true
# Allow RIL enable/disable ENDC mode during Radio OFF
ALLOW_SET_ENDC_DURING_RADIO_OFF := true