blob: b7316ecf5e6a96803ea6b9cc08a70c697ad52671 [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.
zx_library("range") {
sdk = "source"
sdk_headers = [ "range/range.h" ]
sources = [
"range.cc",
]
public_deps = [
# "$zx/system/ulib/fbl:headers",
]
deps = [
"$zx/system/ulib/async",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zircon-internal",
"$zx/system/ulib/zx",
"$zx/third_party/ulib/zstd",
]
}