From 63e74e3131bb943c68bd01c831ca8ef8d78fa7ad Mon Sep 17 00:00:00 2001 From: Chalard Jean Date: Fri, 26 Jun 2020 00:19:33 +0900 Subject: [PATCH] Move utils from network stack to libs. This package is using some common utilities from a library that used to live in the network stack. A better home for these utilities is frameworks/libs, so this topic moves the files ther and also changes the package of some utilities. See aosp/1350222 and aosp/1350182 for a detailed description of the specific files that moved. Test: checkbuild Original-change: aosp/1350083 Merged-In: I76a9b7790f3997e3e6b3c2f75ba6308286457cde Change-Id: I76a9b7790f3997e3e6b3c2f75ba6308286457cde --- Tethering/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tethering/Android.bp b/Tethering/Android.bp index 12daa6142d..bb92bee6d5 100644 --- a/Tethering/Android.bp +++ b/Tethering/Android.bp @@ -31,6 +31,7 @@ java_defaults { "android.hardware.tetheroffload.config-V1.0-java", "android.hardware.tetheroffload.control-V1.0-java", "net-utils-framework-common", + "net-utils-device-common", ], libs: [ "framework-statsd.stubs.module_lib",