blob: 47e7435a6cd1c8ff375b6a99a33fe1c9c40fd7cd [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("pow2_range_allocator") {
kernel = true
sources = [
"pow2_range_allocator.cpp",
]
}