blob: 109531f72ed4d926ff402ef7bc53148facf7501e [file] [log] [blame]
# Copyright 2018 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.
import("//build/test.gni")
loadable_module("audiofx") {
sources = [
"//garnet/public/lib/media/audio_dfx/audio_device_fx.h",
"audiofx.cc",
]
deps = [
"//garnet/public/lib/fxl",
]
}