From 490ca21fddf1cd1d76ea9cca7675e137a67c4c38 Mon Sep 17 00:00:00 2001 From: Xiao Ma Date: Fri, 2 Jul 2021 02:53:29 +0000 Subject: [PATCH] Delete the unused netlink-client lib from service.net. This cl also paves the path for netlink-client lib migration, after moving the netlink-client library to frameworks/libs/net/common and build it as an individual library, deprecate the netlink-client lib and use net-utils-device-common-netlink instead. Bug: 192535368 Test: atest FrameworksNetTests Change-Id: Iad91562d56c503399230e1fe6a635db68e07541d --- services/net/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/net/Android.bp b/services/net/Android.bp index a24d9731887ae..5a5f50440114b 100644 --- a/services/net/Android.bp +++ b/services/net/Android.bp @@ -23,7 +23,6 @@ java_library_static { ], static_libs: [ "netd-client", - "netlink-client", "networkstack-client", "net-utils-services-common", ],