summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Aaron Huang <huangaaron@google.com> 2020-11-30 23:45:52 +0800
committer Aaron Huang <huangaaron@google.com> 2020-12-08 11:53:56 +0800
commit516e733f70b9590b1c76f7a0c45ef0e6bec247f8 (patch)
tree56909f49094cb5d103e715dc6cf4c0028c388923
parent854bb5b5eb64fc2743d1e0b479539d626763a969 (diff)
Move MultipathPolicyTracker back to framework
It is better to make MultipathPolicyTrack as a satelite of NetworkPolicyManagerService and have NPMS to create MPT. Thus, move MPT outside of connectivity service module. Bug: 175015282 Test: FrameworksNetTests Change-Id: I61d9f45ae8ff74627343203e722dedfba9f140d3
-rw-r--r--services/core/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/core/Android.bp b/services/core/Android.bp
index 4b9d0f1266f5..77cb12506ce6 100644
--- a/services/core/Android.bp
+++ b/services/core/Android.bp
@@ -196,7 +196,6 @@ filegroup {
"java/com/android/server/connectivity/KeepaliveTracker.java",
"java/com/android/server/connectivity/LingerMonitor.java",
"java/com/android/server/connectivity/MockableSystemProperties.java",
- "java/com/android/server/connectivity/MultipathPolicyTracker.java",
"java/com/android/server/connectivity/Nat464Xlat.java",
"java/com/android/server/connectivity/NetdEventListenerService.java",
"java/com/android/server/connectivity/NetworkAgentInfo.java",