OSDN Git Service

Move TcpKeepalivePacketData out of the framework.
authorLorenzo Colitti <lorenzo@google.com>
Mon, 18 Mar 2019 15:24:19 +0000 (00:24 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Tue, 19 Mar 2019 23:56:31 +0000 (08:56 +0900)
commita3f811a547813d462b49288175eb1774bf354146
treeaf80082818af22ea55e72f95d059a961605cce0e
parentb90ad24f99ed651cdc885eb611f43d169c729528
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
packages/NetworkStack/jarjar-rules-shared.txt
services/net/java/android/net/TcpKeepalivePacketData.java [moved from core/java/android/net/TcpKeepalivePacketData.java with 97% similarity]