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:
parent
0fcf8fd771
commit
1cac3c2454
|
@ -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.
Loading…
Reference in New Issue