blob: 63bcf642aa2cd349db7ff161465fb1679ca75172 [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("misc") {
deps = [
"builtin",
"console",
"cpu-trace",
"goldfish",
"ktrace",
"pty",
"sysinfo",
"test",
]
if (current_cpu == "x64") {
deps += [ "tpm" ]
}
}