diff --git a/configs/perfboostsconfig.xml b/configs/perfboostsconfig.xml new file mode 100644 index 0000000..e68c1d3 --- /dev/null +++ b/configs/perfboostsconfig.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/powerhint.xml b/configs/powerhint.xml similarity index 100% rename from powerhint.xml rename to configs/powerhint.xml diff --git a/device.mk b/device.mk index bc9915e..445b96c 100644 --- a/device.mk +++ b/device.mk @@ -318,7 +318,8 @@ PRODUCT_PACKAGES += \ # Powerhint configuration file PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/powerhint.xml:system/etc/powerhint.xml + $(LOCAL_PATH)/configs/powerhint.xml:system/etc/powerhint.xml \ + $(LOCAL_PATH)/configs/perfboostsconfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perfboostsconfig.xml # Releasetools script PRODUCT_COPY_FILES += \