summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 0f05c97..96e08ed 100644
--- a/Android.bp
+++ b/Android.bp
@@ -28,10 +28,6 @@ java_library_host {
},
// 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",
- ],
}