From 30ed08ec3d70f88440e6c623e3cd268756863f81 Mon Sep 17 00:00:00 2001 From: Vincent Vidal Date: Fri, 8 Jan 2021 16:23:40 +0100 Subject: [PATCH] Use own perf boost config --- configs/perf/perfboostsconfig.xml | 168 ++++++++++++++++++++++++++++++ device.mk | 1 + proprietary-files.txt | 1 - 3 files changed, 169 insertions(+), 1 deletion(-) create mode 100644 configs/perf/perfboostsconfig.xml diff --git a/configs/perf/perfboostsconfig.xml b/configs/perf/perfboostsconfig.xml new file mode 100644 index 00000000..00ba6970 --- /dev/null +++ b/configs/perf/perfboostsconfig.xml @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/device.mk b/device.mk index f7d434f1..0659853e 100644 --- a/device.mk +++ b/device.mk @@ -349,6 +349,7 @@ PRODUCT_COPY_FILES += \ # Perf PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml \ + $(LOCAL_PATH)/configs/perf/perfboostsconfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perfboostsconfig.xml \ $(LOCAL_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf # Enable vndk-sp Libraries diff --git a/proprietary-files.txt b/proprietary-files.txt index 44196e20..5c393aa7 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -822,7 +822,6 @@ vendor/bin/msm_irqbalance vendor/bin/hw/vendor.qti.hardware.perf@2.0-service vendor/etc/init/vendor.qti.hardware.perf@2.0-service.rc vendor/etc/perf/commonresourceconfigs.xml -vendor/etc/perf/perfboostsconfig.xml vendor/etc/perf/perfconfigstore.xml vendor/etc/perf/targetconfig.xml vendor/etc/perf/targetresourceconfigs.xml -- GitLab