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:
parent
8dba7fefb0
commit
274e21fdb6
2 changed files with 0 additions and 6 deletions
|
@ -29,11 +29,6 @@ cc_library_static {
|
|||
sanitize: {
|
||||
never: true,
|
||||
},
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.runtime",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
|
|
@ -98,7 +98,6 @@ cc_defaults {
|
|||
static_libs: [
|
||||
"libziparchive",
|
||||
"libbase",
|
||||
"libdl", // libbase uses dlsym
|
||||
"libz",
|
||||
|
||||
"libasync_safe",
|
||||
|
|
Loading…
Reference in a new issue