summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2019-03-19 00:24:19 +0900
committerLorenzo Colitti <lorenzo@google.com>2019-03-20 08:56:31 +0900
commit0568e686d3190c60a6793ce31c6957d0cb59a188 (patch)
treece6734e2f3d5b96d3882d65770de1cc918ae69bd
parente40a2bb76de3c693c0eb13657e950a8263c35a4a (diff)
Move TcpKeepalivePacketData out of the framework.
This class is not used in framework.jar, only in services.jar. Move it out of the framework so framework.jar can stop depending on the NetworkStack stable AIDL interfaces. This should really under com.android.server as well, but that's a cross-project change to be done in another CL. Test: m Bug: 128804404 Change-Id: Ib2805f7fcc516a5f6989c252365d1c95b8042703 Merged-In: Ib2805f7fcc516a5f6989c252365d1c95b8042703
-rw-r--r--jarjar-rules-shared.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/jarjar-rules-shared.txt b/jarjar-rules-shared.txt
index c2058ca..7346b1a 100644
--- a/jarjar-rules-shared.txt
+++ b/jarjar-rules-shared.txt
@@ -8,6 +8,3 @@ rule android.net.shared.InetAddressUtils* android.net.networkstack.shared.InetAd
rule android.net.DhcpResultsParcelable* @0
rule android.net.DhcpResults* android.net.networkstack.DhcpResults@1
rule android.net.LocalLog* android.net.networkstack.LocalLog@1
-
-# TODO: move TcpKeepalivePacketData to services.net and delete
-rule android.net.TcpKeepalivePacketDataParcelable* android.net.networkstack.TcpKeepalivePacketDataParcelable@1