blob: 8b5ddfb503d8e44a45bb876bb5f35a3413f356ec [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.
import("$zx_build/public/gn/library_shim.gni")
library("processargs") {
sources = [
"processargs.c",
]
deps = [
"$zx/system/ulib/zircon",
]
configs += [
# This code is used in early startup, where safe-stack is not ready yet.
"$zx_build/public/gn/config:no_sanitizers",
]
}