blob: 8a1863465e3d35e078753a3ae0d8b7f33d7b7059 [file] [log] [blame]
# Copyright 2020 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" ]
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" ]
}