Merge "Update SOONG_NAMESPACES to include power-anomaly-sitril folder" into main
This commit is contained in:
commit
a737776527
1 changed files with 5 additions and 0 deletions
|
@ -218,6 +218,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
persist.sys.hdcp_checking=always
|
||||
|
||||
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