Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bin/ | 23-Nov-2023 | - | 21 | 16 | ||
java/ | 23-Nov-2023 | - | 1,433 | 1,000 | ||
proto/ | 23-Nov-2023 | - | 279 | 233 | ||
python/ | 23-Nov-2023 | - | 793 | 562 | ||
.git | D | 01-Jan-1970 | 0 | |||
Android.bp | D | 23-Nov-2023 | 2.6 KiB | 112 | 106 | |
OWNERS | D | 23-Nov-2023 | 73 | 5 | 4 | |
README | D | 23-Nov-2023 | 468 | 17 | 11 | |
main.sh | D | 23-Nov-2023 | 4.7 KiB |
README
1This tool converts carrier config and APNs from XML format to protobuf format. 2 3AOSP default carrier configs can be found in packages/apps/CarrierConfig, 4and APNs in device/sample/etc/apns-full-conf.xml. 5 6Usage: 7 8$ source build/envsetup.sh 9$ lunch foo_bar 10$ croot 11$ source <path>/main.sh 12 13The commands above build the tool from source code and run them. 14 15This tool is best supported on Android 11 code base. See additional steps 16in bin/README.md run it on Android 10. 17