aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-01-24 10:23:39 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-24 10:23:39 -0800
commit44e0edb43b6e7031ce65b8693da295199d83efb4 (patch)
tree6e99ab52faa58598ea31ac948fa7b2ee37c19af2
parent6d5f9e3e611533de9397480f7b84277f47e6189b (diff)
parentbcab8b65c6fa5de2d7376acb73c619942a70b624 (diff)
downloadturbine-44e0edb43b6e7031ce65b8693da295199d83efb4.tar.gz
Enable AutoValue in turbine
am: bcab8b65c6 Change-Id: I4794783468f0b7b3d98e4c8297ba7bbcc478fab0
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0ee833c..e6006ea 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,6 +29,9 @@ java_library_host {
"jsr305-3.0.1",
],
+ plugins: ["dagger2-auto-value"],
+ libs: ["dagger2-auto-value"],
+
proto: {
type: "full",
},