From f8b973c3f6853ace0ec2796596c8de4052e457fa Mon Sep 17 00:00:00 2001 From: Yan Yan Date: Wed, 3 Feb 2021 16:07:30 -0800 Subject: 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 --- StubLibraries.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'StubLibraries.bp') 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", -- cgit v1.2.3