From d79c47d83329f4ae0138cdcb0d49cad6d3caf381 Mon Sep 17 00:00:00 2001 From: Vini Vennapusa Date: Thu, 30 Jul 2020 16:29:55 +0530 Subject: [PATCH] power : Modified make file to include Lahaina Addition of powerhint.xml for the product Lahaina Change-Id: I2c7df9eaa3be1e25d9aa41807e5b871f129f9bc9 --- config/lahaina/powerhint.xml | 100 +++++++++++++++++++++++++++++++++++ power-vendor-product.mk | 2 + 2 files changed, 102 insertions(+) create mode 100644 config/lahaina/powerhint.xml diff --git a/config/lahaina/powerhint.xml b/config/lahaina/powerhint.xml new file mode 100644 index 0000000..b7e8295 --- /dev/null +++ b/config/lahaina/powerhint.xml @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/power-vendor-product.mk b/power-vendor-product.mk index 1b1e99c..b957116 100644 --- a/power-vendor-product.mk +++ b/power-vendor-product.mk @@ -11,4 +11,6 @@ else ifeq ($(TARGET_BOARD_PLATFORM),lito) PRODUCT_COPY_FILES += vendor/qcom/opensource/power/config/lito/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml else ifeq ($(TARGET_BOARD_PLATFORM),atoll) PRODUCT_COPY_FILES += vendor/qcom/opensource/power/config/atoll/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml +else ifeq ($(TARGET_BOARD_PLATFORM),lahaina) +PRODUCT_COPY_FILES += vendor/qcom/opensource/power/config/lahaina/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml endif