blob: 06c1f8d4d0180ca2db6f01f65499111d4b41bf3d [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.cc",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/ulib/fbl",
]
}