blob: 451424f00b442aacb54f366335550e887701e7e5 [file] [log] [blame]
# Copyright 2021 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("next-vdso") {
testonly = true
if (!exclude_testonly_syscalls) {
sources = [ "next-vdso.cc" ]
}
public_deps = [
"//src/zircon/lib/zircon",
"//zircon/system/ulib/zxtest",
]
}