diff options
-rw-r--r-- | etc/import/TARGETS.bazel_remote_apis | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/import/TARGETS.bazel_remote_apis b/etc/import/TARGETS.bazel_remote_apis index 3a51bd53..09bd04bd 100644 --- a/etc/import/TARGETS.bazel_remote_apis +++ b/etc/import/TARGETS.bazel_remote_apis @@ -16,4 +16,8 @@ , ["@", "google_apis", "", "google_rpc_status_proto"] ] } +, "remote_execution_cc_headers": + { "type": ["@", "rules", "CC/proto/IDE", "headers"] + , "proto": [["./", "", "remote_execution_proto"]] + } } |