Merge "Add soong config use_google_qns in zuma" into main
This commit is contained in:
commit
d2151ffde1
1 changed files with 3 additions and 0 deletions
|
@ -233,6 +233,9 @@ endif
|
||||||
# Use for GRIL
|
# Use for GRIL
|
||||||
USES_LASSEN_MODEM := true
|
USES_LASSEN_MODEM := true
|
||||||
$(call soong_config_set, vendor_ril_google_feature, use_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)
|
ifeq ($(USES_GOOGLE_DIALER_CARRIER_SETTINGS),true)
|
||||||
USE_GOOGLE_DIALER := true
|
USE_GOOGLE_DIALER := true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue