blob: f27e8f3ef2bec8828b3219e9a4fa93cbf6c27058 [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("media") {
testonly = true
deps = [
"audio",
]
}
group("tests") {
testonly = true
deps = [
"audio:tests",
]
}