blob: 6fe306eda04f0fddf7916631567373978f3e2ab1 [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.
import("//build/cpp/sdk_source_set.gni")
sdk_source_set("accessor2logger") {
category = "internal"
sources = [
"log_message.cc",
"log_message.h",
]
public_deps = [
"//sdk/fidl/fuchsia.diagnostics:fuchsia.diagnostics_hlcpp",
"//sdk/fidl/fuchsia.logger:fuchsia.logger_hlcpp",
"//sdk/lib/fit-promise",
]
deps = [
"//src/lib/fsl",
"//third_party/rapidjson",
]
}