blob: 33172bcd59441f4ed51ffcf615810f1f6bb526c0 [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 Zircon build.
sources = [
"format-utils.cpp",
"include/audio-proto-utils/format-utils.h",
]
public_deps = [
"//zircon/system/ulib/fbl",
]
public_configs = [ ":audio-proto-utils-config" ]
}