Add IKE_OPTION_FORCE_PORT_4500 to @IntDef

IKE_OPTION_FORCE_PORT_4500 should be added to the @IntDef of IkeOption.
Also missing that will disallow g3 from using the constant without a
compiler flag to disable intdef validation

Bug: 223468609
Test: atest FrameworksIkeTests, CtsIkeTestCases
Original-Change: https://android-review.googlesource.com/2017295
Merged-In: I0c12ca86169b36147e782f90118a908ed0606838
Change-Id: I0c12ca86169b36147e782f90118a908ed0606838
1 file changed
tree: 7a25900f1914d5c1a95538b2a9854bb99344caf6
  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.