| # 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. | |
| # TODO(BLD-353): This is all temporary hacks for integrating with | |
| # the legacy Fuchsia GN build. This file should not exist at all. | |
| group("lib") { | |
| deps = [ | |
| "codec-interface", | |
| "simple-audio-stream", | |
| ] | |
| } |