b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | # AGPS configuration |
| 2 | |
| 3 | menu "Configuration" |
| 4 | depends on PACKAGE_agps |
| 5 | |
| 6 | config AGPS_PREBUILT |
| 7 | bool "agps prebuilt" |
| 8 | default y |
| 9 | help |
| 10 | use prebuilt agps image |
| 11 | |
| 12 | if !AGPS_PREBUILT |
| 13 | |
| 14 | config AGPS_PREBUILT_OVERRIDE |
| 15 | bool "prebuilt override" |
| 16 | default n |
| 17 | help |
| 18 | Force prebuilt override - when enabled, the build process |
| 19 | will also copy the output image to the prebuilt directory even if |
| 20 | it exists. As a byproduct, the package will be compiled from scratch |
| 21 | even if there are no changes in the sources, as the package |
| 22 | directory is always updated. |
| 23 | |
| 24 | |
| 25 | config AGPS_LOCAL_CODE |
| 26 | bool "compile local code(dev only)" |
| 27 | default n |
| 28 | help |
| 29 | agps local_code |
| 30 | |
| 31 | config AGPS_DEBUG_MODE |
| 32 | bool "debug_mode" |
| 33 | default y |
| 34 | help |
| 35 | agps debug_mode |
| 36 | |
| 37 | endif |
| 38 | endmenu |