Revert "LG8n: Don't install powerhint.json temporarily, we don't need this for now with mtkpower"

This reverts commit 683d98e603.
This commit is contained in:
Shirayuki39 2024-08-12 18:36:23 +08:00
parent 78fccf3e9e
commit 85cd7c95e9

View file

@ -417,6 +417,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/perf/powercontable.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powercontable.xml \
$(LOCAL_PATH)/configs/perf/powerscntbl.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerscntbl.xml
# Power configurations
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/power/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
# Project ID Quota
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)