C++: Move to new packaging rules.

This commit is contained in:
Cornelius Riemenschneider
2024-05-30 10:28:08 +02:00
parent 9f3310d3d2
commit 60b5317c5f
4 changed files with 2 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ pkg_files(
["**"],
exclude = ["BUILD.bazel"],
),
prefix = "cpp/downgrades",
prefix = "downgrades",
strip_prefix = strip_prefix.from_pkg(),
visibility = ["//cpp:__pkg__"],
)