Add soong config variable for PowerAnomalySitril
Set the variable is true when USE_LASSEN_OEMHOOK is true and BOARD_WITHOUT_RADIO is not true. Flag: EXEMPT bugfix Bug: 325857852 Test: m ConnectivityMonitor Change-Id: I10d1b9b198db960d1d6af0a69044907c8043c4e6
This commit is contained in:
parent
06118f1b53
commit
01383d9603
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ USE_LASSEN_OEMHOOK := true
|
||||||
# $(USE_LASSEN_OEMHOOK) is true and $(BOARD_WITHOUT_RADIO) is not true.
|
# $(USE_LASSEN_OEMHOOK) is true and $(BOARD_WITHOUT_RADIO) is not 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)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Use for GRIL
|
# Use for GRIL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue