aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-03-17 01:43:25 +0000
committerJooyung Han <jooyung@google.com>2020-03-17 07:21:11 +0000
commit515a0e2ef04cad079922450cfa8c83c91fb3ea74 (patch)
tree51f454a4639785c1c4633a375af6bb32ae880164
parentec829ed4ea3e0b2e1444ee4dfef660c49e392292 (diff)
downloadbionic-515a0e2ef04cad079922450cfa8c83c91fb3ea74.tar.gz
Revert "Statically link libdl.a to linker"
This reverts commit ec829ed4ea3e0b2e1444ee4dfef660c49e392292. Reason for revert: This workaround is not necessary with ag/10700799 Change-Id: I2bf469bfe00f3a70e67085abfb3822db6908d522 Bug: 150860940
-rw-r--r--libdl/Android.bp5
-rw-r--r--linker/Android.bp1
2 files changed, 0 insertions, 6 deletions
diff --git a/libdl/Android.bp b/libdl/Android.bp
index a94b7f5e8..59f1937c7 100644
--- a/libdl/Android.bp
+++ b/libdl/Android.bp
@@ -29,11 +29,6 @@ cc_library_static {
sanitize: {
never: true,
},
-
- apex_available: [
- "//apex_available:platform",
- "com.android.runtime",
- ],
}
cc_library {
diff --git a/linker/Android.bp b/linker/Android.bp
index 3190870ae..4be080b1e 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -98,7 +98,6 @@ cc_defaults {
static_libs: [
"libziparchive",
"libbase",
- "libdl", // libbase uses dlsym
"libz",
"libasync_safe",