diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2021-02-09 18:14:04 +0800 |
---|---|---|
committer | dianlujitao <dianlujitao@gmail.com> | 2021-02-17 23:47:10 +0800 |
commit | 18a3dc814cdddd8b4a89678dfb07a1fe7805d664 (patch) | |
tree | 83d79165ca651c650b21cef88c00a34ae93c9152 | |
parent | 3e8b6081a10216beedee8feae087b3e020e67047 (diff) |
sdm660-common: Switch to source built vendor.qti.hardware.perf@2.0.so
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!
Change-Id: I1dc96e4a51c4c81dd847c59a58ec670d89054f64
-rw-r--r-- | proprietary-files.txt | 2 | ||||
-rw-r--r-- | sdm660.mk | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index 8967efc..db4c556 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -334,13 +334,11 @@ vendor/lib/libperfgluelayer.so|569bc942fcd54c1a52d345178694917642707b47 vendor/lib/libqti-perfd-client.so|8be3bcc67cdf3704cf6a328fcef7e87403747cb3 vendor/lib/libqti-perfd.so|f09adaadc93019827274d4eb7725d09412911d82 vendor/lib/libqti-util.so|e7882172095bb0df546d4c358744761aba932b5a -vendor/lib/vendor.qti.hardware.perf@2.0.so|2bd82bb06e4651d59ecc7433680fabbde5173643 vendor/lib64/libperfconfig.so|cfab233f6442be6d590184394aa36bf6c9802438 vendor/lib64/libperfgluelayer.so|bfb9706a184fca4163e5a7cb5fcad11674958761 vendor/lib64/libqti-perfd-client.so|c15dfa389d28bdc6a170734c3f8f039819f09486 vendor/lib64/libqti-perfd.so|184e4a124ef4f509ce377ce3941353948917e605 vendor/lib64/libqti-util.so|c78b855b3909b01071ced5fc898add769de4a5b6 -vendor/lib64/vendor.qti.hardware.perf@2.0.so|3717b35807fd7b33dced6e311c3b609d57399363 # Peripheral manager - from jasmine vendor/bin/pm-proxy|bc4e972e3fe595b973197efe5114da8ff4339a59 @@ -331,7 +331,8 @@ PRODUCT_PACKAGES += \ # Power PRODUCT_PACKAGES += \ - android.hardware.power-service-qti + android.hardware.power-service-qti \ + vendor.qti.hardware.perf@2.0.vendor PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf |