summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 7ceb1f0..cd9f47a 100644
--- a/common.mk
+++ b/common.mk
@@ -21,9 +21,9 @@ PRODUCT_PACKAGES += \
gps.default
ifneq ($(filter t0ltecdma i605 l900 r950,$(TARGET_DEVICE)),)
- GPS_CONF := $(COMMON_PATH)/gps/gps-cdma.conf
-else
GPS_CONF := $(COMMON_PATH)/gps/gps.conf
+else
+ GPS_CONF := $(COMMON_PATH)/gps/gps-cdma.conf
endif
PRODUCT_COPY_FILES += \