From 3e805478fb3dbde609c38750d4beeeabd4a36d51 Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Mon, 13 Jun 2022 17:52:48 +0000 Subject: 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 --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index acaeb25d..d11615bd 100644 --- a/Android.bp +++ b/Android.bp @@ -74,7 +74,6 @@ cc_library_shared { shared_libs: [ "libcutils", "liblog", - "libdl", "libvndksupport", ], cflags: [ -- cgit v1.2.3