Merge "Use AutoValue from external/auto" into rvc-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
78de7c7cc7
@@ -14,10 +14,13 @@ java_library_host {
|
|||||||
|
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"//external/error_prone:error_prone_core",
|
"//external/error_prone:error_prone_core",
|
||||||
"//external/dagger2:dagger2-auto-service",
|
],
|
||||||
|
|
||||||
|
libs: [
|
||||||
|
"//external/auto:auto_service_annotations",
|
||||||
],
|
],
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
"//external/dagger2:dagger2-auto-service",
|
"//external/auto:auto_service_plugin",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user