Expose applyTunnelModeTransform as a system API
Simple change to expose systemAPI for applyTunnelModeTransform Bug: 36033193 Test: All CTS, unit tests passing Change-Id: I2d857c048bc0dc80c3949387f946b1f5adf0527e
This commit is contained in:
@@ -748,7 +748,7 @@ public final class IpSecManager {
|
|||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@SystemApi
|
@SystemApi
|
||||||
void applyTunnelModeTransform(IpSecTunnelInterface tunnel, int direction,
|
public void applyTunnelModeTransform(IpSecTunnelInterface tunnel, int direction,
|
||||||
IpSecTransform transform) throws IOException {
|
IpSecTransform transform) throws IOException {
|
||||||
// TODO: call IpSecService
|
// TODO: call IpSecService
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user