blob: 284e1d2098fdd7c924699548a7c2de00a5716b0a [file] [log] [blame]
# Copyright 2018 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/rust/rustc_library.gni")
rustc_library("fuchsia-trace") {
name = "fuchsia_trace"
with_unit_tests = true
edition = "2018"
deps = [
"//garnet/public/rust/fuchsia-zircon",
"//third_party/rust-crates/rustc_deps:libc",
]
non_rust_deps = [
"//zircon/public/lib/trace-engine",
]
}