From 35f9398dec41ab0ffccacba74e139d57b7d6e00e Mon Sep 17 00:00:00 2001 From: Aaron Tsai Date: Tue, 31 Oct 2023 07:12:00 +0000 Subject: [PATCH] Enable Early Send Device Info for Pixel 2024 This is for supporting Softbank requirement OTR-CORE_GEN-000305, UE shall delete the GUTI when performing software update. Bug: 307247050 Test: build pass Change-Id: I4a17676abb958ff24552ffab44771f25450fb08f --- device.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device.mk b/device.mk index af51c7c..a62e995 100644 --- a/device.mk +++ b/device.mk @@ -941,6 +941,8 @@ SUPPORT_NR := true SUPPORT_NR_DS := true # Using IRadio 2.1 USE_RADIO_HAL_2_1 := true +# Using Early Send Device Info +USE_EARLY_SEND_DEVICE_INFO := true #$(call inherit-product, vendor/google_devices/telephony/common/device-vendor.mk) #$(call inherit-product, vendor/google_devices/zumapro/proprietary/device-vendor.mk)