blob: f1fc6f3f215c92bb85ed12d9ae3ad4dfaece6d48 [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:libc",
]
non_rust_deps = [ "//zircon/public/lib/trace-engine" ]
}