blob: eae3e722dd5c7c6276e2348de7eb75b168c5742a [file]
# Copyright 2024 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.
#
# WARNING: This file is automatically generated by convert_for_cobalt.
# Do not edit manually.
# CC Library : monitoring
source_set("monitoring") {
configs += [ "//build/config:no_rtti" ]
configs -= [ "//build/config:no_rtti" ]
sources = [ "monitoring.h" ]
public_deps = [
"//third_party/abseil-cpp/absl/container:flat_hash_map",
"//third_party/tink/cc:key_status",
"//third_party/tink/cc/internal:key_status_util",
"//third_party/tink/cc/util:statusor",
]
public_configs = [ "//third_party/tink:tink_config" ]
}