xref: /aosp_15_r20/external/icu/icu.aconfig (revision 0e209d3975ff4a8c132096b14b0e9364a753506e)
1*0e209d39SAndroid Build Coastguard Worker# Copyright (C) 2023 The Android Open Source Project
2*0e209d39SAndroid Build Coastguard Worker#
3*0e209d39SAndroid Build Coastguard Worker# Licensed under the Apache License, Version 2.0 (the "License");
4*0e209d39SAndroid Build Coastguard Worker# you may not use this file except in compliance with the License.
5*0e209d39SAndroid Build Coastguard Worker# You may obtain a copy of the License at
6*0e209d39SAndroid Build Coastguard Worker#
7*0e209d39SAndroid Build Coastguard Worker#      http://www.apache.org/licenses/LICENSE-2.0
8*0e209d39SAndroid Build Coastguard Worker#
9*0e209d39SAndroid Build Coastguard Worker# Unless required by applicable law or agreed to in writing, software
10*0e209d39SAndroid Build Coastguard Worker# distributed under the License is distributed on an "AS IS" BASIS,
11*0e209d39SAndroid Build Coastguard Worker# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*0e209d39SAndroid Build Coastguard Worker# See the License for the specific language governing permissions and
13*0e209d39SAndroid Build Coastguard Worker# limitations under the License.
14*0e209d39SAndroid Build Coastguard Worker
15*0e209d39SAndroid Build Coastguard Workerpackage: "com.android.icu"
16*0e209d39SAndroid Build Coastguard Workercontainer: "system"
17*0e209d39SAndroid Build Coastguard Worker
18*0e209d39SAndroid Build Coastguard Workerflag {
19*0e209d39SAndroid Build Coastguard Worker    namespace: "core_libraries"
20*0e209d39SAndroid Build Coastguard Worker    name: "icu_v_api"
21*0e209d39SAndroid Build Coastguard Worker    is_exported: true
22*0e209d39SAndroid Build Coastguard Worker    description: "This flag controls whether exposing ICU 74 APIs and implementation"
23*0e209d39SAndroid Build Coastguard Worker    bug: "312171264"
24*0e209d39SAndroid Build Coastguard Worker    # ICU is used before SettingsProvider starts
25*0e209d39SAndroid Build Coastguard Worker    is_fixed_read_only: true
26*0e209d39SAndroid Build Coastguard Worker}
27*0e209d39SAndroid Build Coastguard Worker
28*0e209d39SAndroid Build Coastguard Workerflag {
29*0e209d39SAndroid Build Coastguard Worker    namespace: "core_libraries"
30*0e209d39SAndroid Build Coastguard Worker    name: "icu_25q2_api"
31*0e209d39SAndroid Build Coastguard Worker    is_exported: true
32*0e209d39SAndroid Build Coastguard Worker    description: "This flag controls whether exposing new APIs in 25Q2"
33*0e209d39SAndroid Build Coastguard Worker    bug: "374966838"
34*0e209d39SAndroid Build Coastguard Worker    # ICU is used before SettingsProvider starts
35*0e209d39SAndroid Build Coastguard Worker    is_fixed_read_only: true
36*0e209d39SAndroid Build Coastguard Worker}
37