DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master

Bug: 120848293
Change-Id: I8d3477a74075d761caddc4400d0ff9698845050c
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",
-    ],
 }