diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2021-02-09 18:14:04 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | d6d737a5a5e7f64e1ba2de2f9edfd117dc467173 (patch) | |
tree | 7ae4d471bda28be352e2f3485e2dbf9688d4d202 | |
parent | 316736aa646eb6e01dc753dc4ca9c22c75159039 (diff) |
msm8996-common: Switch to source built vendor.qti.hardware.perf@1.0
For some reason, any prebuilt ones from pre-R ROMs no longer work on R
and cause the following error:
E ANDR-PERF: Unable to link to gPerfHal death notifications!
What's worse, the minimal CPU frequency of both clusters will be locked
at 1036MHz on msm8996.
Change-Id: I1dc96e4a51c4c81dd847c59a58ec670d89054f64
-rwxr-xr-x | msm8996.mk | 3 | ||||
-rw-r--r-- | proprietary-files.txt | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -337,7 +337,8 @@ PRODUCT_PACKAGES += \ # Power PRODUCT_PACKAGES += \ - android.hardware.power-service-qti + android.hardware.power-service-qti \ + vendor.qti.hardware.perf@1.0 PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml diff --git a/proprietary-files.txt b/proprietary-files.txt index 2f80ab9..ead6cc7 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -534,12 +534,10 @@ vendor/lib64/libperfgluelayer.so|627a324616de86ba90889a7c8dd7a05c46a30aaa vendor/lib64/libqti-perfd.so|68c995a76cad4c8b0af1c4743a5157b70dad1dd1 vendor/lib64/libqti-perfd-client.so|a95a2577c8c129dffe1fd07cd965cb1efb06b9ad vendor/lib64/libqti-util.so|0c34c7cbb07197841e9f097925fe961f3226e621 -vendor/lib64/vendor.qti.hardware.perf@1.0.so|b754b5b75f2f5f3ea0019489b9ce46537c649531 vendor/lib/libperfgluelayer.so|3850d4ea3dbead227b622fcc47fcec29955fcc63 vendor/lib/libqti-perfd.so|2a2077cf455d5a6b03c0bb2b6eeca554ee28a363 vendor/lib/libqti-perfd-client.so|e9d26690a2ca0b1de82011d863188a0c52ffc38f vendor/lib/libqti-util.so|d65f3ef240cebea73bd1ba8b1132a7e639aa05bb -vendor/lib/vendor.qti.hardware.perf@1.0.so|96857d2a07b14c6d7456fc216560cb330d131279 # Peripheral manager vendor/bin/pm-proxy |