summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index cd9f47a..ec75e0f 100644
--- a/common.mk
+++ b/common.mk
@@ -20,10 +20,10 @@ COMMON_PATH := device/samsung/smdk4412-qcom-common
PRODUCT_PACKAGES += \
gps.default
-ifneq ($(filter t0ltecdma i605 l900 r950,$(TARGET_DEVICE)),)
- GPS_CONF := $(COMMON_PATH)/gps/gps.conf
-else
+ifeq ($(TARGET_VOICE_TECH), cdma)
GPS_CONF := $(COMMON_PATH)/gps/gps-cdma.conf
+else
+ GPS_CONF := $(COMMON_PATH)/gps/gps.conf
endif
PRODUCT_COPY_FILES += \