Merge "Expose applyTunnelModeTransform as a system API" am: d056f32bd9

am: c2253ff48d

Change-Id: I85c761df4b77dba0b62adfd3488f66cdcf780fa3
This commit is contained in:
Benedict Wong
2018-01-24 02:50:47 +00:00
committed by android-build-merger

View File

@@ -748,7 +748,7 @@ public final class IpSecManager {
* @hide
*/
@SystemApi
void applyTunnelModeTransform(IpSecTunnelInterface tunnel, int direction,
public void applyTunnelModeTransform(IpSecTunnelInterface tunnel, int direction,
IpSecTransform transform) throws IOException {
// TODO: call IpSecService
}