Update SOONG_NAMESPACES to include power-anomaly-sitril folder
Bug: 326175117 Test: m PowerAnomalySitril Change-Id: I98604630e48b284fb1c931cb55b55ca6fd9096ab
This commit is contained in:
parent
6ca86ebcd4
commit
bceb3e553b
1 changed files with 5 additions and 0 deletions
|
@ -215,6 +215,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
endif
|
||||
|
||||
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)
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google/tools/power-anomaly-sitril
|
||||
endif
|
||||
|
||||
# Use for GRIL
|
||||
USES_LASSEN_MODEM := true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue