From 820da6589770efed923dd1dcb9b20e576ab32772 Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Tue, 23 Nov 2021 12:29:15 -0500 Subject: [PATCH] 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 --- libutils/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/libutils/Android.bp b/libutils/Android.bp index 13e4c02de..e6d9a4c6e 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp @@ -99,7 +99,6 @@ cc_defaults { shared_libs: [ "libprocessgroup", - "libdl", "libvndksupport", ],