From aa804009daa853756b66045d00fcbc1eae26ac02 Mon Sep 17 00:00:00 2001 From: chrisw444 Date: Fri, 3 Mar 2023 18:53:25 +0800 Subject: [PATCH] sdm660-common: configs: remove useless qti-perf configs * we are using power-libperfmgr Signed-off-by: pix106 --- configs/lm/AdaptLaunchFeature.xml | 46 ------------------------------- configs/perf/perf-profile0.conf | 2 -- configs/perf/perfconfigstore.xml | 27 ------------------ sdm660.mk | 9 ------ 4 files changed, 84 deletions(-) delete mode 100644 configs/lm/AdaptLaunchFeature.xml delete mode 100644 configs/perf/perf-profile0.conf delete mode 100644 configs/perf/perfconfigstore.xml diff --git a/configs/lm/AdaptLaunchFeature.xml b/configs/lm/AdaptLaunchFeature.xml deleted file mode 100644 index 36bb4024..00000000 --- a/configs/lm/AdaptLaunchFeature.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - AdaptLaunch - libadaptlaunch.so - - 4 - - VmRss - - - true - VENDOR_HINT_FIRST_LAUNCH_BOOST - 1 - - - false - VENDOR_HINT_TAP_EVENT - - - 120 - - VmRss: - - - - - com.king.candycrushsaga - com.tencent.tmgp.sgame - com.tencent.ig - - diff --git a/configs/perf/perf-profile0.conf b/configs/perf/perf-profile0.conf deleted file mode 100644 index 0c358e14..00000000 --- a/configs/perf/perf-profile0.conf +++ /dev/null @@ -1,2 +0,0 @@ -[priority] # This profile is reserved for perflock requests -99 diff --git a/configs/perf/perfconfigstore.xml b/configs/perf/perfconfigstore.xml deleted file mode 100644 index ee4ea350..00000000 --- a/configs/perf/perfconfigstore.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/sdm660.mk b/sdm660.mk index 5f08bdf2..4f6cccda 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -63,10 +63,6 @@ PRODUCT_PACKAGES_DEBUG += \ update_engine_client endif -# Adapt Launch -PRODUCT_COPY_FILES += \ - $(COMMON_PATH)/configs/lm/AdaptLaunchFeature.xml:$(TARGET_COPY_OUT_VENDOR)/etc/lm/AdaptLaunchFeature.xml - # Audio PRODUCT_PACKAGES += \ android.hardware.audio@7.1-impl \ @@ -512,11 +508,6 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf -# QTI Performance -PRODUCT_COPY_FILES += \ - $(COMMON_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf \ - $(COMMON_PATH)/configs/perf/perfconfigstore.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perfconfigstore.xml - # RIL PRODUCT_PACKAGES += \ extphonelib \