Actually hide com.android.internal.net

Previously, com.android.internal.net was actually not hidden, but it was simply
"excluded" from the stub file (because it wasn't included in `api_packages`),
so it was still subject to the visibility check.

Pass `--hide-package` to metalava to fix it.

Test: treehugger
Fix: 162186714
Change-Id: Ic006c595db4c2a978511761a69c63d5b9ca25620
Merged-In: Ic006c595db4c2a978511761a69c63d5b9ca25620
(cherry picked from commit d3bd7b26b810f9b7f0cefd06e5172285024f4f3b)
1 file changed
tree: 713e6e30a23fc464231f2faf11ab0ca93567ce6c
  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.