Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bin/ | 03-May-2024 | - | 21 | 16 | ||
java/ | 03-May-2024 | - | 1,433 | 1,000 | ||
proto/ | 03-May-2024 | - | 279 | 233 | ||
python/ | 03-May-2024 | - | 793 | 562 | ||
Android.bp | D | 03-May-2024 | 2.6 KiB | 112 | 106 | |
OWNERS | D | 03-May-2024 | 73 | 5 | 4 | |
README | D | 03-May-2024 | 468 | 17 | 11 | |
main.sh | D | 03-May-2024 | 4.7 KiB | 128 | 83 |
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