We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aee566 commit a6183b2Copy full SHA for a6183b2
core/BUILD
@@ -111,6 +111,7 @@ cc_library(
111
]) + [
112
"//core/utility:random",
113
"//core/utility:allocator",
114
+ "//core/utility:fix_redef",
115
],
116
deps = [
117
"//core/utility:file_io",
core/utility/BUILD
@@ -23,6 +23,14 @@ filegroup(
23
visibility = ["//visibility:public"]
24
)
25
26
+filegroup(
27
+ name = "fix_redef",
28
+ srcs = [
29
+ "fix_redef.h",
30
+ ],
31
+ visibility = ["//visibility:public"]
32
+)
33
+
34
cc_library(
35
name = "net_util",
36
srcs = [
0 commit comments