diff --git a/configs/perf/perfboostsconfig.xml b/configs/perf/perfboostsconfig.xml new file mode 100644 index 0000000000000000000000000000000000000000..00ba6970df97551634b5b79489f3706a3825cd34 --- /dev/null +++ b/configs/perf/perfboostsconfig.xml @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/device.mk b/device.mk index f7d434f1958a2ff0e66afb33dc0a6f1022b745df..0659853e636a329363f01ededbc1f8b84b4d835e 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 44196e20f616a77304b6c31b634efc06477764ca..5c393aa7c623c3b3bb9a687df4b6b5a94dfb1479 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