fogos: Disable elf checks for libs with undefined symbols
Change-Id: I7d21cf3342bc4fd714759d7ee21da25e275f29da
This commit is contained in:
parent
518a0c20c1
commit
e99c5e7353
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue