Create ike-tun-utils library for CTS test utils.

This CL creates a java-library for sharing several CTS test util
classes with other CTS tests. Specifically, IkeTunUtils (and its
dependencies - PacketUtils and TunUtils) are shared as a java-library
called ike-tun-utils.

Bug: 182291467
Test: compiles
Change-Id: I22447894162594ced5e7860486cb237ada7b78d9
1 file changed
tree: 93b59e031ab4cfb7d88a911dc82f72cdc1ac2b79
  1. apex/
  2. api/
  3. src/
  4. tests/
  5. Android.bp
  6. jarjar-rules-shared.txt
  7. jarjar-rules-test.txt
  8. lint-baseline.xml
  9. OWNERS
  10. PREUPLOAD.cfg
  11. README.md
  12. TEST_MAPPING
README.md

IKEv2 Library for Android

Introduction

This IKEv2 library is an in-process client library implementing the IKEv2 protocol as well as extensions necessary for the support of IWLAN. It is designed to work in a non-privileged fashion on top of the Android IPsec API surface.