blob: 884aa0dd011783fb92ca4fe49f482198800eeeb0 [file] [log] [blame]
# Copyright 2023 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" ]
}