blob: 7c6ae4a759b158872b43b73f8401cce287e2bb90 [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("utf_conversion") {
sdk = "static"
sdk_headers = [ "utf_conversion/utf_conversion.h" ]
sources = [
"utf_conversion.cpp",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/ulib/fbl",
]
}