blob: dcd2eeef0360519100351c5ef3b6b7aea0aa0d3e [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.
# CC Library : config_util
source_set("config_util") {
configs -= [ "//build/config:no_rtti" ]
sources = [
"config_util.cc",
"config_util.h",
]
public_deps = [ "//third_party/tink/proto:config_proto" ]
public_configs = [ "//third_party/tink:tink_config" ]
}