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