rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | WHAT IT DOES? |
2 | ============= | ||||
3 | libcurl.so is the implementation that access URL for downloading epo data as one shared library. | ||||
4 | |||||
5 | HOW IT WAS BUILT? | ||||
6 | ================== | ||||
7 | As library files, these are built by android build system. | ||||
8 | |||||
9 | HOW TO USE IT? | ||||
10 | ============== | ||||
11 | Their API will be called to download epo data when GPS open if epo file is expired. | ||||
12 | |||||
13 | Source | ||||
14 | ============== | ||||
15 | All the source code of this library were downloaded from http://curl.haxx.se/ |