diff options
author | Yan Yan <evitayan@google.com> | 2021-02-03 16:07:30 -0800 |
---|---|---|
committer | Yan Yan <evitayan@google.com> | 2021-02-09 17:23:55 -0800 |
commit | f8b973c3f6853ace0ec2796596c8de4052e457fa (patch) | |
tree | c330ecc1c5f8ca9db5e21c8e7fb992037060b5e7 /StubLibraries.bp | |
parent | c5bc3bcd8f95a75047c23d08dfbdfad846517946 (diff) |
Add IKE stub to main Android SDK
This CL is required for converting IKE from a shared library to
a jar in the boot classpath.
Bug: 177266501
Test: build, flash, boot
Change-Id: I10759d22eaba4861b7d7f283b551156f09f54675
Merged-In: I10759d22eaba4861b7d7f283b551156f09f54675
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 367b427d8207..6cece60c484c 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -303,6 +303,7 @@ java_library_static { name: "android_stubs_current", srcs: [ ":api-stubs-docs-non-updatable" ], static_libs: [ + "android.net.ipsec.ike.stubs", "art.module.public.api.stubs", "conscrypt.module.public.api.stubs", "framework-media.stubs", @@ -322,6 +323,7 @@ java_library_static { name: "android_system_stubs_current", srcs: [ ":system-api-stubs-docs-non-updatable" ], static_libs: [ + "android.net.ipsec.ike.stubs.system", "art.module.public.api.stubs", "conscrypt.module.public.api.stubs", "framework-media.stubs.system", @@ -357,6 +359,7 @@ java_library_static { static_libs: [ // Modules do not have test APIs, but we want to include their SystemApis, like we include // the SystemApi of framework-non-updatable-sources. + "android.net.ipsec.ike.stubs.system", "art.module.public.api.stubs", "conscrypt.module.public.api.stubs", "framework-media.stubs.system", |