blob: 72044db44a7efa0789f235fe2a5f755dcaa450e9 [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.
source_set("default-exception-handler") {
testonly = true
sources = [ "default-exception-handler.cc" ]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/mini-process",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}