sm6375-common: Disable ELF checks for certain libraries

Change-Id: I61dbc3559b43becc22f69ae2c1c3e8edf95e2483
This commit is contained in:
Michael Bestas 2025-01-18 00:29:06 +05:30 committed by Anand S
parent 112dac25fd
commit a1151df502
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -3519,6 +3519,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
@ -4182,6 +4183,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
@ -4250,6 +4252,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
@ -4794,6 +4797,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
@ -5338,6 +5342,7 @@ cc_prebuilt_library_shared {
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
@ -9178,6 +9183,7 @@ cc_prebuilt_binary {
},
},
compile_multilib: "64",
check_elf_files: false,
strip: {
none: true,
},