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

Commit f090c45f authored by Paul Duffin's avatar Paul Duffin
Browse files

Add ike-internals when building framework-all-sources

The framework-all-sources filegroup includes sources from ike-srcs
which in turn depends on bouncycastle sources. This change

Bug: 152328618
Test: m droid
Change-Id: I1e9c1dac3e0ad7e7d07f6a72e38171403b23493b
Merged-In: Ife5d1b2c80469ee5196d61806b721cf9dae251ed
parent 2ec47eeb
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -515,6 +515,10 @@ java_library {
    defaults: ["framework-defaults"],
    defaults: ["framework-defaults"],
    srcs: [":framework-all-sources"],
    srcs: [":framework-all-sources"],
    installable: false,
    installable: false,
    static_libs: [
        // Additional dependencies needed to build the ike API classes.
        "ike-internals",
    ],
    apex_available: ["//apex_available:platform"],
    apex_available: ["//apex_available:platform"],
    visibility: [
    visibility: [
        // DO NOT ADD ANY MORE ENTRIES TO THIS LIST
        // DO NOT ADD ANY MORE ENTRIES TO THIS LIST