diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-02-24 11:29:06 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-02-25 11:20:11 +0100 |
commit | e4769be2ed19e1bca22e89db1028ab9b44dd1247 (patch) | |
tree | 62b12ee6b7185085e54bade993956e0385c421f7 | |
parent | fb952328732fbd57e56acdd1785844d332c09504 (diff) | |
download | justbuild-e4769be2ed19e1bca22e89db1028ab9b44dd1247.tar.gz |
External bazel_remote_api: Add target for headers of CC bindings
-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"]] + } } |