blob: c170d036db7440b10d72a0b3fbbf7d1283c736f1 [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",
"goldfish-address-space",
"goldfish-control",
"ktrace",
"pty",
"sysinfo",
"test",
]
if (current_cpu == "x64") {
deps += [ "tpm" ]
}
}