• Home
Name Date Size #Lines LOC

..--

bin/03-May-2024-2116

java/03-May-2024-1,4331,000

proto/03-May-2024-279233

python/03-May-2024-793562

Android.bpD03-May-20242.6 KiB112106

OWNERSD03-May-202473 54

READMED03-May-2024468 1711

main.shD03-May-20244.7 KiB12883

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