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

Commit a32fcb74 authored by Yan Yan's avatar Yan Yan Committed by Gerrit Code Review
Browse files

Merge "Add module IPsec(IKE) stubs and sources to platform"

parents 52cc4a43 7f58c0d8
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -269,6 +269,7 @@ filegroup {
        ":framework-sdkextensions-sources",
        ":framework-sdkextensions-sources",
        ":framework-tethering-srcs",
        ":framework-tethering-srcs",
        ":updatable-media-srcs",
        ":updatable-media-srcs",
        ":ike-srcs",
    ]
    ]
}
}


@@ -431,6 +432,7 @@ java_library {
    name: "framework-minus-apex",
    name: "framework-minus-apex",
    defaults: ["framework-defaults"],
    defaults: ["framework-defaults"],
    srcs: [":framework-non-updatable-sources"],
    srcs: [":framework-non-updatable-sources"],
    libs: ["ike-stubs"],
    installable: true,
    installable: true,
    javac_shard_size: 150,
    javac_shard_size: 150,
    required: [
    required: [
@@ -467,6 +469,7 @@ java_library {
        "framework-sdkextensions-stubs-systemapi",
        "framework-sdkextensions-stubs-systemapi",
        // TODO(b/147200698): should be the stub of framework-tethering
        // TODO(b/147200698): should be the stub of framework-tethering
        "framework-tethering",
        "framework-tethering",
        "ike-stubs",
    ],
    ],
    sdk_version: "core_platform",
    sdk_version: "core_platform",
    apex_available: ["//apex_available:platform"],
    apex_available: ["//apex_available:platform"],