Add module IPsec(IKE) stubs and sources to platform

As IKE is used in the frameworks for IKEv2/IPsec VPNs, IKE stubs
must be built and added to the frameworks build process

Bug: 147096727
Test: build, flash, boot
Test: FrameworksNetTests, FrameworksIkeTests passing
Change-Id: I51aad4ab800442d018bb170225c114a4ae5ea3b1
This commit is contained in:
Benedict Wong
2019-11-20 22:52:48 -08:00
committed by Yan Yan
parent a574814474
commit 589b6ffe7c

View File

@@ -268,6 +268,7 @@ filegroup {
":updatable-media-srcs", ":updatable-media-srcs",
":framework-mediaprovider-sources", ":framework-mediaprovider-sources",
":framework-wifi-updatable-sources", ":framework-wifi-updatable-sources",
":ike-srcs",
] ]
} }
@@ -432,6 +433,7 @@ java_library {
// TODO(b/146167933): Use framework-statsd-stubs // TODO(b/146167933): Use framework-statsd-stubs
"framework-statsd", "framework-statsd",
"framework-wifi-stubs", "framework-wifi-stubs",
"ike-stubs",
], ],
installable: true, installable: true,
javac_shard_size: 150, javac_shard_size: 150,
@@ -476,6 +478,7 @@ java_library {
"framework-statsd", "framework-statsd",
// TODO(b/140299412): should be framework-wifi-stubs // TODO(b/140299412): should be framework-wifi-stubs
"framework-wifi", "framework-wifi",
"ike-stubs",
// TODO(jiyong): add more stubs for APEXes here // TODO(jiyong): add more stubs for APEXes here
], ],
sdk_version: "core_platform", sdk_version: "core_platform",