summaryrefslogtreecommitdiff
path: root/etc/import.pkgconfig/include
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@gmail.com>2023-04-20 21:58:53 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-04-27 14:23:09 +0200
commitf2aa7f08a8c50b5d1f072783b8299a4e5d66411c (patch)
treeb661e8b94cc79e0fbb705867321fee6b71316cd6 /etc/import.pkgconfig/include
parentef394475eeca5746e5d073132305f7fce8b2f083 (diff)
downloadjustbuild-f2aa7f08a8c50b5d1f072783b8299a4e5d66411c.tar.gz
imports: Simplify pkg-config bootstrap definitions
Diffstat (limited to 'etc/import.pkgconfig/include')
-rw-r--r--etc/import.pkgconfig/include/TARGETS.bazel_remote_apis7
-rw-r--r--etc/import.pkgconfig/include/TARGETS.google_apis11
2 files changed, 0 insertions, 18 deletions
diff --git a/etc/import.pkgconfig/include/TARGETS.bazel_remote_apis b/etc/import.pkgconfig/include/TARGETS.bazel_remote_apis
deleted file mode 100644
index 6b4bcf21..00000000
--- a/etc/import.pkgconfig/include/TARGETS.bazel_remote_apis
+++ /dev/null
@@ -1,7 +0,0 @@
-{ "semver_proto_file":
- {"type": "install", "deps": ["build/bazel/semver/semver.proto"]}
-, "remote_execution_proto_file":
- { "type": "install"
- , "deps": ["build/bazel/remote/execution/v2/remote_execution.proto"]
- }
-}
diff --git a/etc/import.pkgconfig/include/TARGETS.google_apis b/etc/import.pkgconfig/include/TARGETS.google_apis
deleted file mode 100644
index 5f7500ae..00000000
--- a/etc/import.pkgconfig/include/TARGETS.google_apis
+++ /dev/null
@@ -1,11 +0,0 @@
-{ "google_api_http_proto_file":
- {"type": "install", "deps": ["google/api/http.proto"]}
-, "google_api_annotations_proto_file":
- {"type": "install", "deps": ["google/api/annotations.proto"]}
-, "google_bytestream_proto_file":
- {"type": "install", "deps": ["google/bytestream/bytestream.proto"]}
-, "google_rpc_status_proto_file":
- {"type": "install", "deps": ["google/rpc/status.proto"]}
-, "google_longrunning_operations_proto_file":
- {"type": "install", "deps": ["google/longrunning/operations.proto"]}
-}