blob: a4cb504e7d15556581fa19de82a3134c94eb10f6 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
library("explicit-memory") {
sdk = "static"
sdk_headers = [ "explicit-memory/bytes.h" ]
kernel = true
static = true
sources = [
"bytes.c",
]
if (!is_kernel) {
deps = [
"$zx/system/ulib/fbl",
]
}
}