summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArian <arian.kulmer@web.de>2020-03-29 17:50:00 +0200
committeralk3pInjection <webmaster@raspii.tech>2023-07-15 00:23:20 +0800
commit4ecd8fa3fa6c8e7d8997e6d7e590231d0015381e (patch)
treeae133c6389802e47e3b7122e1761d6fa7b832ad1
parent579d61ac2f441486992e1c8b84f638a38c259ae4 (diff)
common: Build Qualcomm PowerHAL
Change-Id: I78f24f16d7454d3cdbea6751b826f6d2badb35de
-rw-r--r--common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 279f698..2815158 100644
--- a/common.mk
+++ b/common.mk
@@ -97,6 +97,11 @@ PRODUCT_PACKAGES += \
nfc_nci.nqx.default.hw
endif
+# Power
+ifneq ($(TARGET_PROVIDES_POWERHAL),true)
+$(call inherit-product-if-exists, vendor/qcom/opensource/power/power-vendor-product.mk)
+endif
+
# QCOM HW crypto
ifeq ($(TARGET_HW_DISK_ENCRYPTION),true)
TARGET_CRYPTFS_HW_PATH ?= vendor/qcom/opensource/commonsys/cryptfs_hw