blob: 57cc8f3e65aca80ae4c629b6c65f96482fd396a0 [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/flags",
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/utility",
]
}