diff options
author | Arian <arian.kulmer@web.de> | 2020-03-29 17:50:00 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-07-15 00:23:20 +0800 |
commit | 4ecd8fa3fa6c8e7d8997e6d7e590231d0015381e (patch) | |
tree | ae133c6389802e47e3b7122e1761d6fa7b832ad1 | |
parent | 579d61ac2f441486992e1c8b84f638a38c259ae4 (diff) |
common: Build Qualcomm PowerHAL
Change-Id: I78f24f16d7454d3cdbea6751b826f6d2badb35de
-rw-r--r-- | common.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |