blob: ea832a29c79408516f3dedee1bb71b9162c2f592 [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.
group("examples") {
if (target_cpu == "x64") {
deps = [
"hello_starnix:hello-starnix",
"wayland:starnix_wayland",
]
}
}
group("tests") {
testonly = true
deps = [ "wayland:tests" ]
}