Skip to content

Commit

Permalink
Clean up selects.with_or -> select
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 486239643
  • Loading branch information
tlongeri authored and tensorflower-gardener committed Nov 4, 2022
1 parent 32050bb commit e8cbb19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tensorflow/tsl/platform/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# The libraries in this package are not allowed to have ANY dependencies
# to other TF components outside of TSL.

load("@bazel_skylib//lib:selects.bzl", "selects")
load("//tensorflow/tsl:tsl.default.bzl", "get_compatible_with_portable")
load(
"//tensorflow/tsl:tsl.bzl",
Expand Down Expand Up @@ -541,7 +540,7 @@ filegroup(
"threadpool.h",
"threadpool_interface.h",
"tracing.h",
] + selects.with_or({
] + select({
"//tensorflow/tsl:fuchsia": tf_google_mobile_srcs_no_runtime(),
"//conditions:default": [
"//tensorflow/tsl/platform/default:mobile_srcs_no_runtime",
Expand Down

0 comments on commit e8cbb19

Please sign in to comment.