Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 589b6ffe authored by Benedict Wong's avatar Benedict Wong Committed by Yan Yan
Browse files

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
parent a5748144
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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",