blob: b2261fb5668cdaad24ac19f1ed101cacd137bae7 [file] [log] [blame]
# Copyright 2016 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("//peridot/build/executable_package.gni")
import("//third_party/flatbuffers/flatbuffer.gni")
executable_package("device_runner_monitor") {
sources = [
"device_runner_monitor.cc",
]
deps = [
"//garnet/public/fidl/fuchsia.sys",
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fxl",
"//peridot/public/fidl/fuchsia.modular",
"//zircon/public/lib/async-loop-cpp",
]
}