Replace annotation_processors with plugins am: ec181dda0f am: 0d3f891929
am: 8f4a327832

Change-Id: I99061be15fad28bdb9f9886a8949cfe4be00ed85
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",
-    ],
 }