[MS22] Move NetworkManagementSocketTagger into the module
This is heavily used by TrafficStats, and no other modules are using it. Hence it should be moved to the module as well. Test: TH Bug: 204830222 Change-Id: I7ea1ccb916e796c786c29d53e4ecf3970a8af6dd
This commit is contained in:
@@ -25,15 +25,21 @@ filegroup {
|
|||||||
name: "framework-connectivity-netstats-internal-sources",
|
name: "framework-connectivity-netstats-internal-sources",
|
||||||
srcs: [
|
srcs: [
|
||||||
"src/android/app/usage/*.java",
|
"src/android/app/usage/*.java",
|
||||||
"src/android/net/DataUsage*.*",
|
"src/android/net/DataUsageRequest.*",
|
||||||
"src/android/net/INetworkStats*.*",
|
"src/android/net/INetworkStatsService.aidl",
|
||||||
"src/android/net/NetworkIdentity*.java",
|
"src/android/net/INetworkStatsSession.aidl",
|
||||||
|
"src/android/net/NetworkIdentity.java",
|
||||||
|
"src/android/net/NetworkIdentitySet.java",
|
||||||
"src/android/net/NetworkStateSnapshot.*",
|
"src/android/net/NetworkStateSnapshot.*",
|
||||||
"src/android/net/NetworkStats*.*",
|
"src/android/net/NetworkStats.*",
|
||||||
|
"src/android/net/NetworkStatsAccess.*",
|
||||||
|
"src/android/net/NetworkStatsCollection.*",
|
||||||
|
"src/android/net/NetworkStatsHistory.*",
|
||||||
"src/android/net/NetworkTemplate.*",
|
"src/android/net/NetworkTemplate.*",
|
||||||
"src/android/net/TrafficStats.java",
|
"src/android/net/TrafficStats.java",
|
||||||
"src/android/net/UnderlyingNetworkInfo.*",
|
"src/android/net/UnderlyingNetworkInfo.*",
|
||||||
"src/android/net/netstats/**/*.*",
|
"src/android/net/netstats/**/*.*",
|
||||||
|
"src/com/android/server/NetworkManagementSocketTagger.java",
|
||||||
],
|
],
|
||||||
path: "src",
|
path: "src",
|
||||||
visibility: [
|
visibility: [
|
||||||
|
|||||||
Reference in New Issue
Block a user