Follow renames of host libraries

Follow rename of dagger2-auto-value-host -> dagger2-auto-value.

Test: m checkbuild
Change-Id: Id243e12a42fa68d7bf33b10857068532fd1e68b0
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",