From aa69aa26c19edfce663d2e56de24bcbd2637c118 Mon Sep 17 00:00:00 2001 From: Gary Jian Date: Mon, 15 Jul 2024 08:44:46 +0000 Subject: [PATCH] Use IRadio 2.2 for new Android V launch device Bug: 353169338 Test: VTS Flag: NONE IRadio version change does not support flags Change-Id: Iad86a95d8b8c551d151cd367568f264835783ab3 --- device-tegu.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-tegu.mk b/device-tegu.mk index e9f771c..71f4f08 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -375,3 +375,7 @@ endif PRODUCT_COPY_FILES += \ $(TARGET_VENDOR_BATTERY_MITIGATION_CONFIG_PATH)/bm_config_tegu.json:$(TARGET_COPY_OUT_VENDOR)/etc/bm_config.json + +# IRadio HAL +USE_RADIO_HAL_2_1 := false +USE_RADIO_HAL_2_2 := true