From 92ffc98eafe152965c312bacf882206983312816 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 12 Apr 2023 15:01:39 +0200 Subject: dev: Replace CC/IDE headers target by install-with-deps --- etc/dev/TARGETS | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'etc/dev') diff --git a/etc/dev/TARGETS b/etc/dev/TARGETS index 884cc459..40fdcf52 100644 --- a/etc/dev/TARGETS +++ b/etc/dev/TARGETS @@ -1,6 +1,14 @@ -{ "just-ext-hdrs": - { "type": ["@", "rules", "CC/IDE", "headers"] - , "deps": +{ "proto_bindings": + { "type": ["@", "rules", "CC", "library"] + , "proto": + [ ["@", "bazel_remote_apis", "", "remote_execution_proto"] + , ["@", "googleapis", "", "google_bytestream_proto"] + ] + } +, "just-ext-hdrs": + { "type": ["@", "rules", "CC", "install-with-deps"] + , "hdrs-only": ["yes"] + , "targets": [ ["@", "ssl", "", "crypto"] , ["@", "grpc", "", "grpc++"] , ["@", "gsl-lite", "", "gsl-lite"] @@ -12,10 +20,7 @@ , ["", "libcurl"] , ["@", "bzip2", "", "libbz2"] , ["", "libarchive"] - ] - , "proto": - [ ["@", "bazel_remote_apis", "", "remote_execution_proto"] - , ["@", "googleapis", "", "google_bytestream_proto"] + , "proto_bindings" ] } } -- cgit v1.2.3