blob: 45eacf38289ce17e1e4e659acb3630820f99d97d [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("fixed_point") {
kernel = true
sources = [ "fixed_point.cc" ]
}