blob: c95cdd43d5ae19633ee41e7de0a3f1b36180df23 [file] [log] [blame]
# AGPS configuration
menu "Configuration"
depends on PACKAGE_agps
config AGPS_PREBUILT
bool "agps prebuilt"
default y
help
use prebuilt agps image
if !AGPS_PREBUILT
config AGPS_PREBUILT_OVERRIDE
bool "prebuilt override"
default n
help
Force prebuilt override - when enabled, the build process
will also copy the output image to the prebuilt directory even if
it exists. As a byproduct, the package will be compiled from scratch
even if there are no changes in the sources, as the package
directory is always updated.
config AGPS_LOCAL_CODE
bool "compile local code(dev only)"
default n
help
agps local_code
config AGPS_DEBUG_MODE
bool "debug_mode"
default y
help
agps debug_mode
endif
endmenu