Replace annotation_processors with plugins am: ec181dda0f
am: 0d3f891929

Change-Id: Icfcea497a8c81bc8bfbdf0e3f49137c6bad637b5
diff --git a/Android.bp b/Android.bp
index 0f05c97..96e08ed 100644
--- a/Android.bp
+++ b/Android.bp
@@ -28,10 +28,6 @@
     },
 
     // Use Dagger2 annotation processor
-    annotation_processors: ["dagger2-auto-value"],
+    plugins: ["dagger2-auto-value"],
     libs: ["dagger2-auto-value"],
-    // b/25860419: annotation processors must be explicitly specified for grok
-    annotation_processor_classes: [
-        "com.google.auto.value.processor.AutoValueProcessor",
-    ],
 }