Removing tensorflow/core/platform/default/build_config:logging, and swapping usages with tensorflow/core/platform:logging.
PiperOrigin-RevId: 286500054 Change-Id: I5588602ef9471129fcdf8d5185df150706bdecf2
This commit is contained in:
parent
b816289aa5
commit
9a5b203210
@ -2236,7 +2236,7 @@ cc_library(
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":platform_base",
|
||||
"//tensorflow/core/platform/default/build_config:logging",
|
||||
"//tensorflow/core/platform:logging",
|
||||
],
|
||||
)
|
||||
|
||||
@ -2269,8 +2269,8 @@ cc_library(
|
||||
":core_stringpiece",
|
||||
"//tensorflow/core/platform:dynamic_annotations",
|
||||
"//tensorflow/core/platform:jpeg",
|
||||
"//tensorflow/core/platform:logging",
|
||||
"//tensorflow/core/platform:stringpiece",
|
||||
"//tensorflow/core/platform/default/build_config:logging",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
"@com_google_absl//absl/strings",
|
||||
],
|
||||
@ -2304,10 +2304,10 @@ cc_library(
|
||||
"//tensorflow/core/lib/strings:strcat",
|
||||
"//tensorflow/core/platform:dynamic_annotations",
|
||||
"//tensorflow/core/platform:gif",
|
||||
"//tensorflow/core/platform:logging",
|
||||
"//tensorflow/core/platform:numbers",
|
||||
"//tensorflow/core/platform:strcat",
|
||||
"//tensorflow/core/platform:stringpiece",
|
||||
"//tensorflow/core/platform/default/build_config:logging",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
"@com_google_absl//absl/strings",
|
||||
],
|
||||
|
@ -137,13 +137,6 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
# Minimal lib so that tools used for mobile compilation
|
||||
# don't have to depend on platformlib.
|
||||
cc_library(
|
||||
name = "logging",
|
||||
copts = tf_copts(),
|
||||
)
|
||||
|
||||
# Minimal lib to be used by tensorflow/core:framework_lite.
|
||||
# This provides minimal support for writing operator implementations (kernels),
|
||||
# and excludes anything that can bloat binary size if used.
|
||||
|
@ -41,7 +41,7 @@ cc_binary(
|
||||
"@com_google_protobuf//:protobuf",
|
||||
"//tensorflow/core/platform:protobuf_compiler",
|
||||
"//tensorflow/core:lib_proto_parsing",
|
||||
] + if_ios(["//tensorflow/core/platform/default/build_config:logging"]),
|
||||
] + if_ios(["//tensorflow/core/platform:logging"]),
|
||||
)
|
||||
|
||||
cc_library(
|
||||
@ -67,7 +67,7 @@ cc_library(
|
||||
}),
|
||||
deps = [
|
||||
"//tensorflow/core:lib_proto_parsing",
|
||||
] + if_ios(["//tensorflow/core/platform/default/build_config:logging"]),
|
||||
] + if_ios(["//tensorflow/core/platform:logging"]),
|
||||
)
|
||||
|
||||
tf_proto_library_cc(
|
||||
|
Loading…
Reference in New Issue
Block a user