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