blob: fcaf80797aeed9d8eb4d2d664a9abde55366504d [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.
# audio_core currently only supports a single .so that must be called 'audio_effects.so'.
loadable_module("audio_effects") {
sources = [ "passthrough.cc" ]
deps = [ "//sdk/lib/media/audio/effects" ]
}