Remove libdl from shared_libs

This entry is redundant, as system_shared_libs by default includes
libdl.

This should be a no-op change for the current build system, but avoids
an issue on the alternative (experimantal) build system, Bazel.

Test: md5sum libutils.so before/after on aosp_flame, verified no changes
Change-Id: I18f6e67c3e23299a0f1e0ef530a0a809b068dc03
This commit is contained in:
Chris Parsons 2021-11-23 12:29:15 -05:00
parent 4bbf1c9d24
commit 820da65897

View file

@ -99,7 +99,6 @@ cc_defaults {
shared_libs: [
"libprocessgroup",
"libdl",
"libvndksupport",
],