blob: 087b96853cb09ac0f6d8c2b8f6953a7238fa4134 [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.
source_set("next-vdso") {
testonly = true
sources = [ "next-vdso.cc" ]
public_deps = [
"//src/zircon/lib/zircon",
"//zircon/system/ulib/zxtest",
]
}