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