diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-23 14:19:12 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-23 14:19:12 +0200 |
commit | 9dcbabd83c21e4268a09e18a944ff204ed3c699f (patch) | |
tree | d0151f1c2528cbed6a5efd7c3c9cffcf6c145f53 | |
parent | 84ea58e22e9a0fca392280999a696a6dc07cb585 (diff) | |
download | justbuild-9dcbabd83c21e4268a09e18a944ff204ed3c699f.tar.gz |
Add shell toolchain for all pkg-config dependencies
-rw-r--r-- | etc/defaults/shell/TARGETS.bazel_remote_apis | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.cares | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.cli11 | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.fmt | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.google_apis | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.grpc | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.gsl | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.json | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.protobuf | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.re2 | 3 | ||||
-rw-r--r-- | etc/defaults/shell/TARGETS.zlib | 3 |
11 files changed, 33 insertions, 0 deletions
diff --git a/etc/defaults/shell/TARGETS.bazel_remote_apis b/etc/defaults/shell/TARGETS.bazel_remote_apis new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.bazel_remote_apis @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.cares b/etc/defaults/shell/TARGETS.cares new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.cares @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.cli11 b/etc/defaults/shell/TARGETS.cli11 new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.cli11 @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.fmt b/etc/defaults/shell/TARGETS.fmt new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.fmt @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.google_apis b/etc/defaults/shell/TARGETS.google_apis new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.google_apis @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.grpc b/etc/defaults/shell/TARGETS.grpc new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.grpc @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.gsl b/etc/defaults/shell/TARGETS.gsl new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.gsl @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.json b/etc/defaults/shell/TARGETS.json new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.json @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.protobuf b/etc/defaults/shell/TARGETS.protobuf new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.protobuf @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.re2 b/etc/defaults/shell/TARGETS.re2 new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.re2 @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} diff --git a/etc/defaults/shell/TARGETS.zlib b/etc/defaults/shell/TARGETS.zlib new file mode 100644 index 00000000..f3b3ec0d --- /dev/null +++ b/etc/defaults/shell/TARGETS.zlib @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "base", "shell", "defaults"]]} +} |