Modified fortuna files to target the gprimeltecan device.

Renamed references to "fortuna" to "gprimeltecan"
diff --git a/gps/Android.mk b/gps/Android.mk
index f530764..3831662 100644
--- a/gps/Android.mk
+++ b/gps/Android.mk
@@ -16,6 +16,6 @@
 
 LOCAL_PATH := $(call my-dir)
 
-ifeq ($(TARGET_DEVICE),fortuna)
+ifeq ($(TARGET_DEVICE),gprimeltecan)
 include $(call all-subdir-makefiles,$(LOCAL_PATH))
 endif