blob: 10b827ad48c1d4f0e70ea6cb9f0edb50ce7f37ca [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 = [
"$cobalt_root/*",
"//third_party/abseil-cpp/*",
"//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",
]
}