diff --git a/sdm660-common/Android.bp b/sdm660-common/Android.bp index 43f3988..907ac17 100644 --- a/sdm660-common/Android.bp +++ b/sdm660-common/Android.bp @@ -2633,6 +2633,22 @@ cc_prebuilt_library_shared { none: true, }, target: { + android_arm: { + srcs: [ + "proprietary/vendor/lib/libqti-perfd-client.so", + ], + shared_libs: [ + "libcutils", + "libutils", + "liblog", + "vendor.qti.hardware.perf@2.2", + "libhidlbase", + "libc++", + "libc", + "libm", + "libdl", + ], + }, android_arm64: { srcs: [ "proprietary/vendor/lib64/libqti-perfd-client.so", @@ -2650,7 +2666,7 @@ cc_prebuilt_library_shared { ], }, }, - compile_multilib: "64", + compile_multilib: "both", prefer: true, soc_specific: true, } diff --git a/sdm660-common/proprietary/vendor/lib/libqti-perfd-client.so b/sdm660-common/proprietary/vendor/lib/libqti-perfd-client.so new file mode 100644 index 0000000..f6431b3 Binary files /dev/null and b/sdm660-common/proprietary/vendor/lib/libqti-perfd-client.so differ