blob: e49e651c1acea4680b3a9621e53c9d86e57b0bd0 [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("graphics") {
deps = [
"lib",
]
}
group("tests") {
testonly = true
public_deps = [
"lib/compute/spinel-rs:spinel-rs-tests($host_toolchain)",
]
}