diff --git a/libqti-perfd-client/Android.bp b/libqti-perfd-client/Android.bp deleted file mode 100644 index 94b2ae58..00000000 --- a/libqti-perfd-client/Android.bp +++ /dev/null @@ -1,16 +0,0 @@ -cc_library_shared { - name: "libqti-perfd-client", - proprietary: true, - defaults: ["hidl_defaults"], - srcs: [ - "client.c", - ], - cflags: [ - "-Werror", - "-Wextra", - "-Wall", - ], - shared_libs: [ - "libutils", - ], -} diff --git a/proprietary-files.txt b/proprietary-files.txt index 8e00216b..29e93b62 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -531,6 +531,10 @@ vendor/lib64/libmlipay@1.1.so|4dfa016779bcba8da2ff293e5112c678044c6474 vendor/lib64/vendor.xiaomi.hardware.mlipay@1.0.so|d0bb854210433066945f9d6e7943d08a8435e746 vendor/lib64/vendor.xiaomi.hardware.mlipay@1.1.so|785984e3c3b30671b78624484899dd418979cb56 +# Perf - from Taimen RP1A.201005.004 +vendor/lib/libqti-perfd-client.so|08b0cd20dbc79645ee73ea4fdc5221d41d09588a +vendor/lib64/libqti-perfd-client.so|cd3def30b6d444430ea8cea8956623d9d165eb7a + # Perf - from LA.UM.8.6.2.r1-08600-89xx.0 vendor/lib64/libadaptlaunch.so|cf784401fc827e5195d595a6d855ec89ea8c22bf vendor/lib64/libappclassifier.so|d5956c2dc9344ddcca0e78d84c393320c2e0cc97 diff --git a/sdm660.mk b/sdm660.mk index e96241b3..944abab8 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -426,10 +426,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.opengles.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.opengles.deqp.level.xml \ frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml -# Perfd (dummy) -PRODUCT_PACKAGES += \ - libqti-perfd-client - # Power PRODUCT_PACKAGES += \ android.hardware.power-service.xiaomi_sdm660-libperfmgr