From 732ebcbc7f843bca584693d6339a29c41d3276b0 Mon Sep 17 00:00:00 2001 From: Chalard Jean Date: Wed, 20 Oct 2021 19:44:09 +0900 Subject: [PATCH] Cleanup shims usage in Tethering Now that S has gone to AOSP, this dependency is no longer needed. It is, on the contrary, harmful as it prevents us from adding shims that depend on T APIs in AOSP. Test: builds Change-Id: I64f0f394e826e58a9b7e772043bb6008428892e6 --- Tethering/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Tethering/Android.bp b/Tethering/Android.bp index 495c9d77d5..60c1f2b871 100644 --- a/Tethering/Android.bp +++ b/Tethering/Android.bp @@ -41,7 +41,6 @@ java_defaults { "net-utils-device-common", "net-utils-device-common-netlink", "netd-client", - "NetworkStackApiCurrentShims", ], libs: [ "framework-connectivity",