Commit 8119aed
committed
refactor: migrate C++ runfiles API from bazel_tools to rules_cc
Bazel 9 moves the C++ runfiles library from @bazel_tools to @rules_cc.
Update:
- zipmerge_test.cpp: Change include from tools/cpp/runfiles to
rules_cc/cc/runfiles and update namespace accordingly
- BUILD.bazel: Update dependency from @bazel_tools//tools/cpp/runfiles
to @rules_cc//cc/runfiles1 parent 77a7e4e commit 8119aed
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments