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
This commit is contained in:
Liz Kammer 2022-06-13 17:52:48 +00:00
parent c2b7fb4aad
commit 3e805478fb

View file

@ -74,7 +74,6 @@ cc_library_shared {
shared_libs: [
"libcutils",
"liblog",
"libdl",
"libvndksupport",
],
cflags: [