bangkk: Disable elf checks for libs with undefined symbols
Change-Id: Icc6f9d6aaec027f0b8fa985b7b2c9e325a3cedb5
This commit is contained in:
parent
bde0f7eb2e
commit
6a27cdca7a
1 changed files with 3 additions and 0 deletions
|
@ -6471,6 +6471,7 @@ cc_prebuilt_library_shared {
|
|||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
check_elf_files: false,
|
||||
relative_install_path: "hw",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
|
@ -9365,6 +9366,7 @@ cc_prebuilt_library_shared {
|
|||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
@ -9410,6 +9412,7 @@ cc_prebuilt_library_shared {
|
|||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue