diff options
author | Quallenauge <Hamsi2k@freenet.de> | 2018-09-27 19:44:14 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | 4784f51d06575078946dbf84cc792d10a5a05084 (patch) | |
tree | c6c5bcadc4298f77c9ac8bbb70d1c637de43413f /sdm660.mk | |
parent | 39841e917824b9f115ccfc4788ed2e94b0810a7b (diff) |
sdm660-common: Add dummy perf profile.
Since lineageos 15.1 the power hal doesn't use the
perf_lock_use_profile() method anymore.
It was used to apply performance profiles.
On startup the perfd daemon is looking for at least
one profile which is used as default.
So there is only a perf-profiles0.conf to make the
daemon happy.
Removes log spam:
E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
Change-Id: I170cda016f99ab2ab00fbefe78ddde9757235c44
Diffstat (limited to 'sdm660.mk')
-rw-r--r-- | sdm660.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -329,6 +329,9 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.power@1.1-service-qti +PRODUCT_COPY_FILES += \ + $(COMMON_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf + # Public Libraries PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt |