Enable dagger for sysui

Test: build
Change-Id: I9b7c726666cd09f363f110ab9221fed6c6a20871
This commit is contained in:
Jason Monk
2018-12-06 14:45:19 -05:00
parent 8e4e4cb9a6
commit 73e8ffc484

View File

@@ -60,6 +60,8 @@ android_library {
"androidx.lifecycle_lifecycle-extensions",
"SystemUI-tags",
"SystemUI-proto",
"dagger2-2.19",
"jsr330"
],
manifest: "AndroidManifest.xml",
@@ -73,6 +75,8 @@ android_library {
"--extra-packages",
"com.android.keyguard",
],
annotation_processors: ["dagger2-compiler-2.19"],
}
android_library {