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 --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 82915b5e753a..2ab33aced0e7 100644 --- a/Android.bp +++ b/Android.bp @@ -363,6 +363,7 @@ filegroup { ":framework-statsd-sources", ":framework-tethering-srcs", ":framework-wifi-updatable-sources", + ":ike-srcs", ":updatable-media-srcs", ], visibility: ["//visibility:private"], @@ -371,6 +372,7 @@ filegroup { java_library { name: "framework-updatable-stubs-module_libs_api", static_libs: [ + "android.net.ipsec.ike.stubs.module_lib", "framework-media.stubs.module_lib", "framework-mediaprovider.stubs.module_lib", "framework-permission.stubs.module_lib", @@ -387,6 +389,7 @@ java_library { name: "framework-all", installable: false, static_libs: [ + "android.net.ipsec.ike.impl", "framework-minus-apex", "framework-mediaprovider.impl", "framework-permission.impl", -- cgit v1.2.3