Update SOONG_NAMESPACES to include power-anomaly-sitril folder
Bug: 326175117 Test: lunch husky-trunk_staging-userdebug && m PowerAnomalySitril Change-Id: Icdaf363a37c29d9bc7b07b3ee552440fa723f80d
This commit is contained in:
parent
593127ec47
commit
f655891870
1 changed files with 5 additions and 0 deletions
|
@ -218,6 +218,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
USE_LASSEN_OEMHOOK := true
|
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
|
# Use for GRIL
|
||||||
USES_LASSEN_MODEM := true
|
USES_LASSEN_MODEM := true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue