From 43c6cf5adaddc7f5431593375aa492ea7d20c923 Mon Sep 17 00:00:00 2001 From: kellyhung Date: Tue, 19 Nov 2024 08:21:24 +0000 Subject: [PATCH] Add soong config use_google_qns in zuma Bug: 360757079 Test: Presubmits Flag: EXEMPT bugfix Change-Id: Ic3dcfbbeb62f5c152f0d43c9182e98a5b2bc74f0 --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index b35a89c9..aa83ffa3 100644 --- a/device.mk +++ b/device.mk @@ -233,6 +233,9 @@ endif # Use for GRIL USES_LASSEN_MODEM := true $(call soong_config_set, vendor_ril_google_feature, use_lassen_modem, true) +ifneq ($(BOARD_WITHOUT_RADIO),true) +$(call soong_config_set_bool,grilservice,use_google_qns,true) +endif ifeq ($(USES_GOOGLE_DIALER_CARRIER_SETTINGS),true) USE_GOOGLE_DIALER := true