blob: 1dfebd6688d34a77dcd99f9ef2779be4ab4a8805 [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("fs-host") {
host = true
sources = [
"common.cpp",
]
deps = [
"$zx/system/ulib/fbl",
]
}