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

Commit 453ed6a4 authored by Paul Duffin's avatar Paul Duffin Committed by Automerger Merge Worker
Browse files

Merge "Add ike-internals when building framework-all-sources" into...

Merge "Add ike-internals when building framework-all-sources" into rvc-dev-plus-aosp am: 6872de25 am: 6033bd7f am: 7044aafd

Change-Id: I56eddbc3e724abc3647831b85bffc8120a72802e
parents 285be1ee 7044aafd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -545,6 +545,9 @@ java_library {
    static_libs: [
        "exoplayer2-extractor",
        "android.hardware.wifi-V1.0-java-constants",

        // Additional dependencies needed to build the ike API classes.
        "ike-internals",
    ],
    libs: ["icing-java-proto-lite"],
    apex_available: ["//apex_available:platform"],
@@ -558,6 +561,7 @@ java_library {

java_library {
    name: "framework-annotation-proc",
    visibility: ["//visibility:private"],
    srcs: [
        ":framework-all-sources",
        "core/java/**/*.logtags",
@@ -568,6 +572,8 @@ java_library {
        "ext",
        "icing-java-proto-lite",
        "unsupportedappusage",
        // Additional dependencies needed to build the ike API classes.
        "ike-internals",
    ],

    installable: false,