blob: b40dc8a645501fd47f6d926b2dbd3f16d2d008f5 [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.
visibility = [
"//third_party/abseil-cpp/*",
"$cobalt_root/*",
"//third_party/tink/*",
]
static_library("absl") {
public_configs = [ "//third_party/abseil-cpp:abseil_config" ]
public_deps = [
"//third_party/abseil-cpp/absl/base:core_headers",
"//third_party/abseil-cpp/absl/base:base",
"//third_party/abseil-cpp/absl/base:config",
"//third_party/abseil-cpp/absl/base:dynamic_annotations",
"//third_party/abseil-cpp/absl/base:endian",
"//third_party/abseil-cpp/absl/base:throw_delegate",
"//third_party/abseil-cpp/absl/base:bits",
"//third_party/abseil-cpp/absl/flags",
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/utility",
]
}