sdm660-common: add missing libqti-perfd-client 32 bit

This commit is contained in:
SonicBSV
2025-05-28 15:08:04 +03:00
parent d05abea9ea
commit 277dc568fe
2 changed files with 17 additions and 1 deletions
+17 -1
View File
@@ -2633,6 +2633,22 @@ cc_prebuilt_library_shared {
none: true, none: true,
}, },
target: { 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: { android_arm64: {
srcs: [ srcs: [
"proprietary/vendor/lib64/libqti-perfd-client.so", "proprietary/vendor/lib64/libqti-perfd-client.so",
@@ -2650,7 +2666,7 @@ cc_prebuilt_library_shared {
], ],
}, },
}, },
compile_multilib: "64", compile_multilib: "both",
prefer: true, prefer: true,
soc_specific: true, soc_specific: true,
} }
Binary file not shown.