blob: 7598baf23d6902c95c9d29a1f255202038c2493b [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") {
sources = [ "fixed_point.cc" ]
}