commit | 2e778ee46b312c59f7c0f34e1c50fb1e618f69ae | [log] [tgz] |
---|---|---|
author | Aaron Huang <huangaaron@google.com> | Thu Jan 06 19:30:43 2022 +0800 |
committer | Aaron Huang <huangaaron@google.com> | Thu Feb 10 14:25:04 2022 +0800 |
tree | 2a3d4e849d912c4aa6a648496c7c96dcbdf14b8f | |
parent | a8ae24410d3739a471c323f7e5f50200df5e3499 [diff] [blame] |
Move IpSec APIs to Connectivity module (cherry picked from commit 68ca373929e17f9262585600fe6ddf03637415a7) Bug: 204153604 Test: TH Change-Id: If4afabdc65ed2ac3e918af1d4a03c4c9173c4a3c Merged-In: If4afabdc65ed2ac3e918af1d4a03c4c9173c4a3c
diff --git a/framework-t/api/module-lib-current.txt b/framework-t/api/module-lib-current.txt index 81d89c6..2ff3451 100644 --- a/framework-t/api/module-lib-current.txt +++ b/framework-t/api/module-lib-current.txt
@@ -5,5 +5,13 @@ method public static void registerServiceWrappers(); } + public class IpSecManager { + field public static final int DIRECTION_FWD = 2; // 0x2 + } + + public static final class IpSecManager.UdpEncapsulationSocket implements java.lang.AutoCloseable { + method public int getResourceId(); + } + }