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

Commit d7345e92 authored by Anna Trostanetski's avatar Anna Trostanetski Committed by Gerrit Code Review
Browse files

Merge "Upload platform compat config generated from framework target."

parents 13b0b1a7 b9c34503
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -752,14 +752,26 @@ java_library {
    name: "framework",
    defaults: ["framework-defaults"],
    javac_shard_size: 150,
    required: [
        "framework-platform-compat-config",
        "libcore-platform-compat-config",
    ],
}

java_library {
    name: "framework-annotation-proc",
    defaults: ["framework-defaults"],
    installable: false,
    // Use UsedByApps annotation processor
    plugins: ["unsupportedappusage-annotation-processor"],
    plugins: [
        "unsupportedappusage-annotation-processor",
        "compat-changeid-annotation-processor",
    ],
}

platform_compat_config {
    name: "framework-platform-compat-config",
    prefix: "framework",
    src: ":framework-annotation-proc",
}

// A library including just UnsupportedAppUsage.java classes.