summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiz Kammer <eakammer@google.com>2022-06-13 17:52:48 +0000
committerLiz Kammer <eakammer@google.com>2022-06-13 17:52:48 +0000
commit3e805478fb3dbde609c38750d4beeeabd4a36d51 (patch)
tree272c3f02acec8824b7acef3ee2ef95350e49b730
parentc2b7fb4aadb0298c289cddcac328534d16a27f4b (diff)
downloadlibhardware-3e805478fb3dbde609c38750d4beeeabd4a36d51.tar.gz
Remove explicit dependency on libdl
A dependency to libdl is added by default by the build system based on system_dynamic_libs property. Test: m libhardware Change-Id: I4bc1a7cb4af2c49d6f1343843cf86c436294bed7
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index acaeb25d..d11615bd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -74,7 +74,6 @@ cc_library_shared {
shared_libs: [
"libcutils",
"liblog",
- "libdl",
"libvndksupport",
],
cflags: [