blob: e3dd308352217b899c6eeec4d9d80c5274d802e8 [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.
static_library("absl") {
public_configs = ["//third_party/abseil-cpp:abseil_config"]
public_deps = [
"//third_party/abseil-cpp/absl/strings"
]
}