blob: b5be7950e789770f8db8570201504b83ecfd39f3 [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("zxs") {
sdk = "static"
sdk_headers = [ "lib/zxs/protocol.h" ]
sources = []
public_deps = [
# <lib/zxs/protocol.h> has #include <zircon/compiler.h>.
"$zx/system/ulib/zircon",
]
}