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

Commit f74bce37 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

am: 01a10679

Change-Id: I58aa534788607d80d4150f9e85e53162d96eb7d9
parents 639621cc 01a10679
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.