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