blob: 3171f23d6c4ee5ecbf64e82d2ce085f6185d5bba [file] [log] [blame]
# Copyright 2019 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/*",
]
# CC Library : utility
source_set("utility") {
public_configs = [ "//third_party/abseil-cpp:abseil_config" ]
public = [
"utility.h",
]
public_deps = [
"../base:base_internal",
"../base:config",
"../meta:type_traits",
]
}