xref: /aosp_15_r20/external/cronet/third_party/icu/version.gni (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1*6777b538SAndroid Build Coastguard Worker# Copyright 2020 The Chromium Authors. All rights reserved.
2*6777b538SAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be
3*6777b538SAndroid Build Coastguard Worker# found in the LICENSE file.
4*6777b538SAndroid Build Coastguard Worker
5*6777b538SAndroid Build Coastguard Worker# Stored in a JSON file to allow tools other than GN to read and parse
6*6777b538SAndroid Build Coastguard Worker# easily.
7*6777b538SAndroid Build Coastguard Worker_icu_version_config = read_file("version.json", "json")
8*6777b538SAndroid Build Coastguard Worker
9*6777b538SAndroid Build Coastguard Workerdeclare_args() {
10*6777b538SAndroid Build Coastguard Worker  # Contains the major version number of the ICU library, for dependencies that
11*6777b538SAndroid Build Coastguard Worker  # need different configuration based on the library version. Currently this
12*6777b538SAndroid Build Coastguard Worker  # is only useful in Fuchsia.
13*6777b538SAndroid Build Coastguard Worker  icu_major_version_number = _icu_version_config.major_version
14*6777b538SAndroid Build Coastguard Worker}
15