diff --git a/configs/perf/perf-profile0.conf b/configs/perf/perf-profile0.conf new file mode 100644 index 00000000..0c358e14 --- /dev/null +++ b/configs/perf/perf-profile0.conf @@ -0,0 +1,2 @@ +[priority] # This profile is reserved for perflock requests +99 diff --git a/sdm660.mk b/sdm660.mk index b357ca44..1654ae6b 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -343,6 +343,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ libjson +# QTI Performance +PRODUCT_COPY_FILES += \ + $(COMMON_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf + # RCS PRODUCT_PACKAGES += \ rcs_service_aidl \