blob: 950d42fe9bfa99617e49bdd408cdb59c75c98067 [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("//zircon/vdso/vdso.gni")
source_set("syscall-generation") {
testonly = true
if (!exclude_testonly_syscalls) {
sources = [ "syscall-generation.cc" ]
deps = [
"//sdk/lib/stdcompat",
"//zircon/system/ulib/zxtest",
]
}
}