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

Commit 01a10679 authored by Anna Trostanetski's avatar Anna Trostanetski Committed by android-build-merger
Browse files

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

am: d7345e92

Change-Id: I41a4313e96c68bb8efa644816c7d8278c988265b
parents b0bd8bed d7345e92
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -832,14 +832,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.