Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 820da658 authored by Chris Parsons's avatar Chris Parsons
Browse files

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
parent 4bbf1c9d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -99,7 +99,6 @@ cc_defaults {

            shared_libs: [
                "libprocessgroup",
                "libdl",
                "libvndksupport",
            ],