bangkk: Disable elf checks for libs with undefined symbols

Change-Id: Icc6f9d6aaec027f0b8fa985b7b2c9e325a3cedb5
This commit is contained in:
Anand S 2025-01-20 20:37:00 +05:30
parent bde0f7eb2e
commit 6a27cdca7a
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -6471,6 +6471,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "both",
check_elf_files: false,
relative_install_path: "hw",
prefer: true,
soc_specific: true,
@ -9365,6 +9366,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "both",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
@ -9410,6 +9412,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "both",
check_elf_files: false,
prefer: true,
soc_specific: true,
}