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:
parent
c2b7fb4aad
commit
3e805478fb
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ cc_library_shared {
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libdl",
|
|
||||||
"libvndksupport",
|
"libvndksupport",
|
||||||
],
|
],
|
||||||
cflags: [
|
cflags: [
|
||||||
|
|
Loading…
Reference in a new issue