summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-01-23 12:56:20 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-23 12:56:20 -0800
commit6683eb97a7358f76ba7995b93be2e05de8c3d2c0 (patch)
treee11956a7b1f81ac84084eb02597dc7c240d1903d
parent5db59038255d19bd09b750e9898c07f17c5a5221 (diff)
parent8f4a3278325b6b14b6cbe8e973647c8f12dbf153 (diff)
downloaddesugar-6683eb97a7358f76ba7995b93be2e05de8c3d2c0.tar.gz
Replace annotation_processors with plugins am: ec181dda0f am: 0d3f891929
am: 8f4a327832 Change-Id: I99061be15fad28bdb9f9886a8949cfe4be00ed85
-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",
- ],
}