sm6375-common: Disable ELF checks on device specific libs
Change-Id: Iff53502e94cee5a065b75300992a632aca84e0c3
This commit is contained in:
parent
1171883c50
commit
48b18b8ef0
1 changed files with 1 additions and 1 deletions
|
@ -17832,7 +17832,6 @@ cc_prebuilt_binary {
|
||||||
"liblog",
|
"liblog",
|
||||||
"libqmi_common_so",
|
"libqmi_common_so",
|
||||||
"libqmi_cci",
|
"libqmi_cci",
|
||||||
"libthermalclient",
|
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
|
@ -17841,6 +17840,7 @@ cc_prebuilt_binary {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
|
check_elf_files: false,
|
||||||
strip: {
|
strip: {
|
||||||
none: true,
|
none: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue