Merge "Revert "Statically link libdl.a to linker"" into rvc-dev

This commit is contained in:
TreeHugger Robot 2020-03-18 00:58:01 +00:00 committed by Android (Google) Code Review
commit b11f7ffcb2
2 changed files with 0 additions and 6 deletions

View File

@ -29,11 +29,6 @@ cc_library_static {
sanitize: {
never: true,
},
apex_available: [
"//apex_available:platform",
"com.android.runtime",
],
}
cc_library {

View File

@ -98,7 +98,6 @@ cc_defaults {
static_libs: [
"libziparchive",
"libbase",
"libdl", // libbase uses dlsym
"libz",
"libasync_safe",