blob: 0718c03a8f077fd0c12e2e5571e9a851e92d194c [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
zx_library("pow2_range_allocator") {
kernel = true
sources = [ "pow2_range_allocator.cc" ]
}