blob: 1e272a0bf546da6a507217a4bd15d5c26cdabd89 [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",
"file_size_recorder.cpp",
]
deps = [
"$zx/system/ulib/fbl",
]
}