blob: 31344d2781e8b1a896b195919e39e47c55b43a69 [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/strings",
]
}