Revert "Statically link libdl.a to linker"

This reverts commit 8dba7fefb0.

Reason for revert: This workaround is not necessary with ag/10700799

Merged-In: I2bf469bfe00f3a70e67085abfb3822db6908d522
Change-Id: If351aedfce23d60582f0c5ff965f94356d1900d9
Bug: 150860940
This commit is contained in:
Jooyung Han 2020-03-18 08:45:25 +00:00
parent 8dba7fefb0
commit 274e21fdb6
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",