Add soong config use_google_qns in device/google/gs201/device.mk

Bug: 360757079
Test: lunch r11-trunk_staging-userdebug; m grilservice
Flag: EXEMPT bugfix

Change-Id: Ia10d6d73f7349b6a5de5046236c8498f54962036
This commit is contained in:
kellyhung 2024-08-23 13:04:47 +08:00 committed by Treehugger Robot
parent fe86e10394
commit 646cc8fdcf

View file

@ -212,6 +212,7 @@ USE_LASSEN_OEMHOOK := true
ifneq ($(BOARD_WITHOUT_RADIO),true) ifneq ($(BOARD_WITHOUT_RADIO),true)
PRODUCT_SOONG_NAMESPACES += vendor/google/tools/power-anomaly-sitril PRODUCT_SOONG_NAMESPACES += vendor/google/tools/power-anomaly-sitril
$(call soong_config_set,sitril,use_lassen_oemhook_with_radio,true) $(call soong_config_set,sitril,use_lassen_oemhook_with_radio,true)
$(call soong_config_set,grilservice,use_google_qns,true)
endif endif
# Use for GRIL # Use for GRIL