Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2023 The Android Open Source Project |
| 3 | // |
| 4 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | // you may not use this file except in compliance with the License. |
| 6 | // You may obtain a copy of the License at |
| 7 | // |
| 8 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | // |
| 10 | // Unless required by applicable law or agreed to in writing, software |
| 11 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | // See the License for the specific language governing permissions and |
| 14 | // limitations under the License. |
| 15 | // |
| 16 | |
| 17 | package { |
| 18 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 19 | } |
| 20 | |
| 21 | aconfig_declarations { |
| 22 | name: "telephony_flags", |
| 23 | package: "com.android.internal.telephony.flags", |
| 24 | srcs: [ |
| 25 | "data.aconfig", |
Hunsuk Choi | a8d02a7 | 2023-11-03 12:02:42 +0000 | [diff] [blame^] | 26 | "domainselection.aconfig", |
Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 27 | "ims.aconfig", |
| 28 | "messaging.aconfig", |
| 29 | "misc.aconfig", |
Nathan Harold | d94ec18 | 2023-09-29 15:52:44 -0700 | [diff] [blame] | 30 | "network.aconfig", |
Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 31 | "subscription.aconfig", |
| 32 | "uicc.aconfig", |
Aishwarya Mallamapti | cc1c45f | 2023-08-23 23:16:38 +0000 | [diff] [blame] | 33 | "satellite.aconfig", |
Munikrishna | c6c1222 | 2023-11-06 13:29:02 +0000 | [diff] [blame] | 34 | "iwlan.aconfig", |
Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 35 | ], |
| 36 | } |