Commented out conditional statements that stopped module from building.
diff --git a/gps/utils/Android.mk b/gps/utils/Android.mk
index 0f99907..18908ea 100644
--- a/gps/utils/Android.mk
+++ b/gps/utils/Android.mk
@@ -1,4 +1,4 @@
-ifneq ($(BUILD_TINY_ANDROID),true)
+#ifneq ($(BUILD_TINY_ANDROID),true)
#Compile this library only for builds with the latest modem image
LOCAL_PATH := $(call my-dir)
@@ -56,4 +56,4 @@
LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)
-endif # not BUILD_TINY_ANDROID
+#endif # not BUILD_TINY_ANDROID