blob: a6db85e513dfd42079a94f0db214d007244f2407 [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.
executable("audio-codec") {
sources = [
"audio-codec.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}