Project import generated by Copybara.

GitOrigin-RevId: 33adfdf31f3a5cbf9edc07ee1ea583e95080bdc5
This commit is contained in:
MediaPipe Team
2021-06-24 17:55:26 -04:00
committed by chuoling
parent b544a314b3
commit 139237092f
151 changed files with 4023 additions and 1001 deletions
+10
View File
@@ -296,10 +296,20 @@ java_plugin(
],
)
java_plugin(
name = "autobuilder_plugin",
processor_class = "com.google.auto.value.processor.AutoBuilderProcessor",
deps = [
"@maven//:com_google_auto_value_auto_value",
"@maven//:com_google_auto_value_auto_value_annotations",
],
)
java_library(
name = "autovalue",
exported_plugins = [
":autovalue_plugin",
":autobuilder_plugin",
],
neverlink = 1,
exports = [