summaryrefslogtreecommitdiffstats
path: root/gps/core/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gps/core/Android.mk')
-rw-r--r--gps/core/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/gps/core/Android.mk b/gps/core/Android.mk
index 178e559..97f0785 100644
--- a/gps/core/Android.mk
+++ b/gps/core/Android.mk
@@ -1,5 +1,3 @@
-ifneq ($(BUILD_TINY_ANDROID),true)
-
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -47,5 +45,3 @@ LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)
-endif # not BUILD_TINY_ANDROID
-