Snap for 12147630 from f175d9d506 to 24Q4-release

Change-Id: Idc16bf461c6d06e7bd6967a3884f8a7c7dcfa8be
This commit is contained in:
Android Build Coastguard Worker 2024-07-27 01:03:17 +00:00
commit e4ba1d4353

View file

@ -230,6 +230,7 @@ USE_LASSEN_OEMHOOK := true
# The "power-anomaly-sitril" is added into PRODUCT_SOONG_NAMESPACES when
# $(USE_LASSEN_OEMHOOK) is true and $(BOARD_WITHOUT_RADIO) is not true.
ifneq ($(BOARD_WITHOUT_RADIO),true)
$(call soong_config_set,sitril,use_lassen_oemhook_with_radio,true)
PRODUCT_SOONG_NAMESPACES += vendor/google/tools/power-anomaly-sitril
endif