Follow renames of host libraries am: 89c6d053f2 am: b7ac6209ce
am: aea457c85a

Change-Id: I292c1ea9946b7e5716aa97ceff15445ae64f8424
diff --git a/Android.bp b/Android.bp
index f770906..0f05c97 100644
--- a/Android.bp
+++ b/Android.bp
@@ -28,8 +28,8 @@
     },
 
     // Use Dagger2 annotation processor
-    annotation_processors: ["dagger2-auto-value-host"],
-    libs: ["dagger2-auto-value-host"],
+    annotation_processors: ["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",