blob: b201f7b3cd1a6692290dca4e288fa537abc540f7 [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.
group("board") {
testonly = true
deps = [
"integration-test",
"machina",
"qemu",
"test",
]
if (current_cpu == "arm64") {
deps += [
"as370",
"astro",
"gauss",
"hikey960",
"imx8mmevk",
"msm8x53-som",
"mt8167s_ref",
"sherlock",
"vim",
]
} else if (current_cpu == "x64") {
deps += [ "x86" ]
}
}