Create shim utility class for Android U

This commit creates a shim utility class for U specific behaviors.

This commit also refactors shim utility classes so that a shim class
for SDK X always inherents from class for SDK X-1 for better
maintainability.

Bug: 261499808
Test: atest FrameworksIkeTests(new tests), CtsIkeTestCases
Change-Id: If886f767a1d4a749e64dffc31da4b1139197e15d
(cherry picked from commit 8a5cbc937433cccf006c622c4be9103af60bd932)
Merged-In: If886f767a1d4a749e64dffc31da4b1139197e15d
7 files changed
tree: f5968704ee715c5826698cc8432a8face2b81ce5
  1. apex/
  2. api/
  3. src/
  4. tests/
  5. Android.bp
  6. jarjar-rules-shared.txt
  7. jarjar-rules-test.txt
  8. OWNERS
  9. PREUPLOAD.cfg
  10. README.md
  11. 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.