blob: c95cdd43d5ae19633ee41e7de0a3f1b36180df23 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001# AGPS configuration
2
3menu "Configuration"
4 depends on PACKAGE_agps
5
6config AGPS_PREBUILT
7 bool "agps prebuilt"
8 default y
9 help
10 use prebuilt agps image
11
12if !AGPS_PREBUILT
13
14config 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
25config AGPS_LOCAL_CODE
26 bool "compile local code(dev only)"
27 default n
28 help
29 agps local_code
30
31config AGPS_DEBUG_MODE
32 bool "debug_mode"
33 default y
34 help
35 agps debug_mode
36
37endif
38endmenu