ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/package/services/agps/Config.in b/package/services/agps/Config.in
new file mode 100644
index 0000000..c95cdd4
--- /dev/null
+++ b/package/services/agps/Config.in
@@ -0,0 +1,38 @@
+# 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