diff options
-rw-r--r-- | etc/import/TARGETS.bazel_remote_apis | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/import/TARGETS.bazel_remote_apis b/etc/import/TARGETS.bazel_remote_apis index 3a51bd53..8f846701 100644 --- a/etc/import/TARGETS.bazel_remote_apis +++ b/etc/import/TARGETS.bazel_remote_apis @@ -3,7 +3,7 @@ , "name": ["semver_proto"] , "srcs": ["build/bazel/semver/semver.proto"] } -, "remote_execution_proto": +, "remote_execution_proto impl": { "type": ["@", "rules", "proto", "library"] , "name": ["remote_execution_proto"] , "service": ["yes"] @@ -16,4 +16,14 @@ , ["@", "google_apis", "", "google_rpc_status_proto"] ] } +, "remote_execution_proto": + { "type": "export" + , "target": "remote_execution_proto impl" + , "doc": + [ "Remote Execution API" + , "" + , "The Remote Execution API is an API that, at its most general, allows clients" + , "to request execution of binaries on a remote system." + ] + } } |