blob: abeda61e81904bd398cb3ed47b8503a88fb13e0a [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("affine") {
sdk = "source"
sdk_headers = [
"lib/affine/ratio.h",
"lib/affine/transform.h",
]
host = true
kernel = true
static = true
sources = [
"ratio.cpp",
"transform.cpp",
]
public_deps = [
"$zx/third_party/ulib/safemath",
]
}