sm8350-common: Enable ELF checks for libwpa_client dependent libs
Change-Id: I490df02b68da4b9a7088a239672a1dcace66d270
This commit is contained in:
parent
82bf640494
commit
264eef11e2
1 changed files with 3 additions and 3 deletions
|
|
@ -6160,6 +6160,7 @@ cc_prebuilt_library_shared {
|
|||
"vendor.qti.latency@2.1",
|
||||
"vendor.qti.hardware.mwqemadapter@1.0",
|
||||
"vendor.qti.data.mwqem@1.0",
|
||||
"libwpa_client",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
|
|
@ -6168,7 +6169,6 @@ cc_prebuilt_library_shared {
|
|||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
|
@ -8750,6 +8750,7 @@ cc_prebuilt_library_shared {
|
|||
"vendor.qti.hardware.data.cne.internal.server@1.0",
|
||||
"vendor.qti.hardware.data.cne.internal.api@1.0",
|
||||
"vendor.qti.hardware.mwqemadapter@1.0",
|
||||
"libwpa_client",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
|
|
@ -8758,7 +8759,6 @@ cc_prebuilt_library_shared {
|
|||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
|
@ -14113,6 +14113,7 @@ cc_prebuilt_binary {
|
|||
"libgps.utils",
|
||||
"liblog",
|
||||
"libnl",
|
||||
"libwpa_client",
|
||||
"libqmi_cci",
|
||||
"libqmi_common_so",
|
||||
"libdiag",
|
||||
|
|
@ -14124,7 +14125,6 @@ cc_prebuilt_binary {
|
|||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue