File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77# Enable automatic configs based on platform
88common --enable_platform_specific_config
99
10+ # Make globs that don't match anything fail
11+ common --incompatible_disallow_empty_glob
12+
1013# Needed by gRPC to build on some platforms.
1114build --copt -DGRPC_BAZEL_BUILD
1215
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ package(default_visibility = ["//visibility:public"])
66cc_library (
77 name = "logs" ,
88 srcs = glob (["**/*.cc" ]),
9- hdrs = glob (["**/*.h" ]),
109 include_prefix = "src/logs" ,
1110 deps = [
1211 "//api" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ package(default_visibility = ["//visibility:public"])
66cc_library (
77 name = "metrics" ,
88 srcs = glob (["**/*.cc" ]),
9- hdrs = glob (["**/*.h" ]),
109 include_prefix = "src/metrics" ,
1110 deps = [
1211 "//api" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ package(default_visibility = ["//visibility:public"])
66cc_library (
77 name = "resource" ,
88 srcs = glob (["**/*.cc" ]),
9- hdrs = glob (["**/*.h" ]),
109 include_prefix = "src/resource" ,
1110 deps = [
1211 "//api" ,
You can’t perform that action at this time.
0 commit comments