Convert ike-test-utils from filegroup to a library

After jarjaring ike_test, CertUtils (in test code) is referencing
IkeCertUtils (in production code) by the new package name. The result
is any library that includes the ike-test-utils filegroup will fail
to resolve IkeCertUtils.

This CL converts ike-test-utils to a library that depends on the
jarjared IkeCertUtils file to solve this problem

Bug: 177266501
Test: CtsIkeTestCases verified with aosp/1573066(Allow IKE in BCP)
Change-Id: I0c6e3e764c735d44a5ea3b37c227b82f46c3921e
2 files changed
tree: fa0678e40db9481dbb209dfbf86203c54acebc42
  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.