blob: ac39bf8886eeef9e85b2e808cba6fb7753a53fba [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("gfx") {
sdk = "source"
sdk_headers = [ "gfx/gfx.h" ]
sources = [
"gfx.c",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/ulib/zircon",
]
}