From 034b90f9b22a81830d845fbed8f0a8fcac8225ae Mon Sep 17 00:00:00 2001 From: Aaron Tsai Date: Mon, 8 May 2023 06:48:43 +0000 Subject: [PATCH] Enable Early Send Device Info for Pixel 2023 This is for supporting Softbank requirement OTR-CORE_GEN-000305, UE shall delete the GUTI when performing software update. Bug: 281468256 Test: build pass Change-Id: I19db908f8a89299b4efea926b2bfcba6ef1c6758 --- device.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device.mk b/device.mk index 4b9e6005..3545df4d 100644 --- a/device.mk +++ b/device.mk @@ -926,6 +926,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/zuma/proprietary/device-vendor.mk)