blob: f2f03503c8e6e6bb8be09c7faf1e72dee2327c0b [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
import("//build/zircon/migrated_targets.gni")
zx_library("fixed_point") {
kernel = true
sources = [ "fixed_point.cc" ]
}