blob: 7d40b8e71212fe510bdf6a9d7821cacbae601756 [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# TODO(azani): Delete after tensorflow_statusor is deleted.
static_library("statusor") {
sources = [
"statusor.h",
]
public_configs = [ "//third_party/cobalt:cobalt_config" ]
public_deps = [
"//third_party/cobalt/third_party/statusor:statusor",
]
}