blob: 47079a274c94a642af336d9e94c06e0d68f00694 [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/unification/images/migrated_manifest.gni")
executable("lsdev") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "lsdev.cc" ]
deps = [
"//zircon/public/lib/fdio",
"//zircon/system/fidl/fuchsia-device:llcpp",
]
}
migrated_manifest("lsdev-manifest") {
deps = [ ":lsdev" ]
}