blob: 466993a4f93066c8c10fca0d2cfd8d7366368271 [file] [log] [blame]
# Copyright 2016 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.
source_set("cpp") {
sources = [
"icu_data.cc",
"icu_data.h",
]
deps = [
"//garnet/public/lib/fsl",
"//third_party/icu",
]
public_deps = [
"//zircon/public/lib/zx",
]
}
shared_library("icu_data_cpp") {
deps = [
":cpp",
]
}