fogos: Disable elf checks for libs with undefined symbols

Change-Id: I7d21cf3342bc4fd714759d7ee21da25e275f29da
This commit is contained in:
Anand S 2025-01-20 15:29:24 +05:30
parent 518a0c20c1
commit e99c5e7353
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -4148,6 +4148,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
relative_install_path: "hw",
prefer: true,
soc_specific: true,
@ -6453,6 +6454,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
@ -6482,6 +6484,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}