Skip to content

Commit 81429c4

Browse files
committed
minor change
1 parent fdc411f commit 81429c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

BUILD

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,7 @@ otel_cc_library(
173173
"api_sdk_includes",
174174
"otel_sdk_deps",
175175
],
176-
) for (otel_sdk_binary, otel_sdk_config_name) in [
177-
("otel_sdk_r", ":release"),
178-
("otel_sdk_d", ":debug"),
179-
("otel_sdk_rd", ":reldeb"),
180-
]]
176+
) for otel_sdk_binary in ["otel_sdk_r", "otel_sdk_d", "otel_sdk_rd"]]
181177

182178
# Convenient alias that selects the appropriate otel_sdk from above
183179
alias(

0 commit comments

Comments
 (0)