blob: b3c732d2d87bc32ba2458a05e38ddbd0d36b9ab6 [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.
library("xdc-host-utils") {
host = true
sources = [
"client.cpp",
]
deps = [
"$zx/system/ulib/fbl",
]
}