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:
@@ -268,6 +268,7 @@ filegroup {
|
||||
":updatable-media-srcs",
|
||||
":framework-mediaprovider-sources",
|
||||
":framework-wifi-updatable-sources",
|
||||
":ike-srcs",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -432,6 +433,7 @@ java_library {
|
||||
// TODO(b/146167933): Use framework-statsd-stubs
|
||||
"framework-statsd",
|
||||
"framework-wifi-stubs",
|
||||
"ike-stubs",
|
||||
],
|
||||
installable: true,
|
||||
javac_shard_size: 150,
|
||||
@@ -476,6 +478,7 @@ java_library {
|
||||
"framework-statsd",
|
||||
// TODO(b/140299412): should be framework-wifi-stubs
|
||||
"framework-wifi",
|
||||
"ike-stubs",
|
||||
// TODO(jiyong): add more stubs for APEXes here
|
||||
],
|
||||
sdk_version: "core_platform",
|
||||
|
||||
Reference in New Issue
Block a user