Make IpSecManager.DIRECTION_FWD @SystemApi

IpSecManager.DIRECTION_FWD is used by VcnGatewayConnection and
it will be not visible to platform after IpSec was moved into
Connectivity mainline module. Therefore, make DIRECTION_FWD
@SystemApi so that it can be used by VcnGatewayConnection.

Bug: 204153604
Test: FrameworksNetTests
Change-Id: I80dc2a5b4940504820cee0d8e2d2e59ef3fcca18
This commit is contained in:
Aaron Huang
2021-12-15 23:27:18 +08:00
parent 62077d8f82
commit 4989e95a08

View File

@@ -86,6 +86,7 @@ public final class IpSecManager {
*
* @hide
*/
@SystemApi(client = MODULE_LIBRARIES)
public static final int DIRECTION_FWD = 2;
/**