sm6375-common: Disable ELF checks on device specific libs

Change-Id: Iff53502e94cee5a065b75300992a632aca84e0c3
This commit is contained in:
Michael Bestas 2025-01-20 03:31:53 +05:30 committed by Anand S
parent 1171883c50
commit 48b18b8ef0
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -17832,7 +17832,6 @@ cc_prebuilt_binary {
"liblog",
"libqmi_common_so",
"libqmi_cci",
"libthermalclient",
"libc++",
"libc",
"libm",
@ -17841,6 +17840,7 @@ cc_prebuilt_binary {
},
},
compile_multilib: "64",
check_elf_files: false,
strip: {
none: true,
},