Add ike-internals target as a placeholder

Added an empty ike-internals library that must be added to any target
that compiles ike-srcs. This is broken out as a separate change to
simplify the process of updating those affected targets by avoiding
having to make changes in frameworks/base, frameworks/opt/net/ike and
external/bouncycastle simultaneously in conflicting branches.

Bug: 152328618
Bug: 159008684
Test: m droid
      atest FrameworksIkeTests
Change-Id: I98eea77a70eea6d78d06fbdeaf7997cdcbd2efd4
Merged-In: I98eea77a70eea6d78d06fbdeaf7997cdcbd2efd4
1 file changed
tree: e49fa553584be6bdb89d493479c2fd9cf814f4f5
  1. apex/
  2. api/
  3. src/
  4. tests/
  5. Android.bp
  6. jarjar-rules-shared.txt
  7. OWNERS
  8. PREUPLOAD.cfg
  9. README.md
  10. 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.