blob: de164f7eee0e3cf974530d7f019f12073f351ae2 [file] [log] [blame]
# Copyright 2017 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.
config("audio-proto-utils-config") {
include_dirs = [ "include" ]
}
source_set("audio-proto-utils") {
# Don't forget to update rules.mk as well for the Magenta build.
sources = [
"format-utils.cpp",
"include/audio-proto-utils/format-utils.h",
]
public_deps = [
"//magenta/system/ulib/fbl",
]
public_configs = [ ":audio-proto-utils-config" ]
}