commit | c2c8f2286817d69a48917a32d1cd12b31535acb3 | [log] [tgz] |
---|---|---|
author | Meng Wang <[email protected]> | Sat Apr 23 06:51:19 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Sat Apr 23 06:51:19 2022 +0000 |
tree | 09db51fc118a86d83572b04cd0cb4f3498c0871f | |
parent | ab58af3f2f89628d59178a8e2bf7f462be01f3d7 [diff] | |
parent | fd962717542e099e5f92a2509e6c5ea211ae57b2 [diff] |
Add support for Bundle typed-carrier config am: 25ebb80023 am: 5861d19e1a am: 56cc9071a4 am: a025934a9b am: fd96271754 Original change: https://android-review.googlesource.com/c/platform/tools/carrier_settings/+/2072472 Change-Id: Ieae1ff7903ec9c3d4654af1cf47d7d1d43d5b95c Ignore-AOSP-First: this is an automerge Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/proto/carrier_settings.proto b/proto/carrier_settings.proto index 1a8a77f..da75c60 100644 --- a/proto/carrier_settings.proto +++ b/proto/carrier_settings.proto
@@ -182,6 +182,7 @@ bool bool_value = 5; TextArray text_array = 6; IntArray int_array = 7; + CarrierConfig bundle = 8; } }