op8: Add back 32-bit libfastcvopt & libthermalclient.

* Jenkins cannot build the libraries that link against these,
   not somethng I ran into while running dist builds locally.

Change-Id: Iab1b1642d3b9edb263b834d906b28b8cc2269c58
This commit is contained in:
Alexander Koskovich 2021-01-18 02:24:22 -07:00
parent 0fcf8fd771
commit 1cac3c2454
No known key found for this signature in database
GPG Key ID: F1107C9A417AC130
3 changed files with 8 additions and 2 deletions

View File

@ -26,11 +26,14 @@ cc_prebuilt_library_shared {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libfastcvopt.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libfastcvopt.so"],
},
},
compile_multilib: "64",
compile_multilib: "both",
check_elf_files: false,
prefer: true,
soc_specific: true,
@ -43,11 +46,14 @@ cc_prebuilt_library_shared {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libthermalclient.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libthermalclient.so"],
},
},
compile_multilib: "64",
compile_multilib: "both",
check_elf_files: false,
prefer: true,
soc_specific: true,

Binary file not shown.

Binary file not shown.