blob: 2a06c1110711fff905b960bef00dd73db4f211b8 [file] [log] [blame]
# Copyright 2019 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.
host_tool("fvm") {
sources = [
"main.cpp",
]
deps = [
"$zx/system/ulib/fvm-host",
]
}