• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

bin/23-Nov-2023-2116

java/23-Nov-2023-1,4331,000

proto/23-Nov-2023-279233

python/23-Nov-2023-793562

.gitD01-Jan-19700

Android.bpD23-Nov-20232.6 KiB112106

OWNERSD23-Nov-202373 54

READMED23-Nov-2023468 1711

main.shD23-Nov-20234.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