blob: 8e39d102d96f57d50a3ebedfd92e8ae94db7ffc4 [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",
"lib/affine/assert.h",
"lib/affine/utils.h",
]
host = true
kernel = true
static = true
sources = [
"ratio.cc",
"transform.cc",
]
configs += [ "$zx/public/gn/config:visibility_hidden"]
}