summaryrefslogtreecommitdiff
path: root/packages/Tethering
diff options
context:
space:
mode:
authorChalard Jean <jchalard@google.com>2020-06-26 00:19:33 +0900
committerChalard Jean <jchalard@google.com>2020-07-29 21:15:48 +0900
commitdb2934f3cc48b6eeead4b5a076dca0d869274865 (patch)
treee6c7fb213f961d9870651781992a875b74b71278 /packages/Tethering
parentb07c8fb2ac48ecdcfc1e55c09943872cc9ba4509 (diff)
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 Change-Id: I76a9b7790f3997e3e6b3c2f75ba6308286457cde
Diffstat (limited to 'packages/Tethering')
-rw-r--r--packages/Tethering/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Tethering/Android.bp b/packages/Tethering/Android.bp
index f89ee24f9594..bc2be14551a3 100644
--- a/packages/Tethering/Android.bp
+++ b/packages/Tethering/Android.bp
@@ -32,6 +32,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-tethering.impl",