Merge "Statically link libdl.a to linker" am: bd6a5570bb
Change-Id: I1e019e63b7e3f4c994be03441fa86203846a43eb
This commit is contained in:
commit
cfe2618deb
2 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,11 @@ cc_library_static {
|
|||
sanitize: {
|
||||
never: true,
|
||||
},
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.runtime",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
|
|
@ -98,6 +98,7 @@ cc_defaults {
|
|||
static_libs: [
|
||||
"libziparchive",
|
||||
"libbase",
|
||||
"libdl", // libbase uses dlsym
|
||||
"libz",
|
||||
|
||||
"libasync_safe",
|
||||
|
|
Loading…
Reference in a new issue