sdm660-common: add missing libqti-perfd-client 32 bit
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user