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

Commit 9237af70 authored by Colin Cross's avatar Colin Cross Committed by Android (Google) Code Review
Browse files

Merge "Replace annotation_processors with plugins"

parents 6302322f a3b22bfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,5 +81,5 @@ android_app {
        "com.android.keyguard",
    ],

    annotation_processors: ["dagger2-compiler-2.19"],
    plugins: ["dagger2-compiler-2.19"],
}
+2 −2
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ android_library {
        "com.android.keyguard",
    ],

    annotation_processors: ["dagger2-compiler-2.19"],
    plugins: ["dagger2-compiler-2.19"],
}

android_library {
@@ -127,7 +127,7 @@ android_library {
        "--extra-packages",
        "com.android.keyguard:com.android.systemui",
    ],
    annotation_processors: ["dagger2-compiler-2.19"],
    plugins: ["dagger2-compiler-2.19"],
}

android_app {
+3 −1
Original line number Diff line number Diff line
java_library_host {
java_plugin {
    name: "view-inspector-annotation-processor",

    processor_class: "android.processor.view.inspector.PlatformInspectableProcessor",

    srcs: ["src/java/**/*.java"],
    java_resource_dirs: ["src/resources"],