blob: 104d8fa92ff62598bfd132f6ab1986a7ebc447d6 [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.
library("audio-proto-utils") {
sdk = "source"
sdk_headers = [ "audio-proto-utils/format-utils.h" ]
sources = [
"format-utils.cpp",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/ulib/fbl",
]
}