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

Commit 5e23dc41 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't build framework-annotation-proc with framework.jar"

parents 3f5ed8b0 963ee178
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -551,17 +551,25 @@ java_library {

java_library {
    name: "framework-annotation-proc",
    srcs: [":framework-all-sources"],
    srcs: [
        ":framework-all-sources",
        "core/java/**/*.logtags",
    ],
    sdk_version: "core_platform",
    libs: [
        "app-compat-annotations",
        "ext",
        "icing-java-proto-lite",
        "unsupportedappusage",
    ],

    installable: false,
    plugins: [
        "unsupportedappusage-annotation-processor",
        "compat-changeid-annotation-processor",
    ],
    static_libs: [
        "framework-internal-utils",
        "exoplayer2-extractor",
        "android.hardware.wifi-V1.0-java-constants",
    ]