blob: fe84c375db7a3342ec0a1dd7c3ff855438f08f20 [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.
import("//build/assembly/bootfs_files_for_assembly.gni")
executable("lsdev") {
visibility = [ ":*" ]
sources = [ "lsdev.cc" ]
deps = [
"//sdk/fidl/fuchsia.device:fuchsia.device_cpp",
"//sdk/lib/component/incoming/cpp",
"//sdk/lib/fdio",
]
}
bootfs_files_for_assembly("bootfs") {
deps = [ ":lsdev" ]
}