summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAshwin Kumar <ashkumar@codeaurora.org>2014-03-21 22:32:30 +0530
committerAshwin Kumar <ashkumar@codeaurora.org>2014-03-21 22:32:30 +0530
commit0daddfd2fd9f38cce21d604d7d981e8972557740 (patch)
tree981dfb26e3b4fe7455421c18b7f336760a082e7d /etc
parentdc4419cb2e5e59e8fb41c3c90c540711bee2f455 (diff)
downloadgps-0daddfd2fd9f38cce21d604d7d981e8972557740.tar.gz
Avoid GPS build for MSM8916 64bit
Avoid GPS compilation for MSM8916 64bit targets CRs-fixed: 628263 Change-Id: I5fde20c25de005feb1c24017107858d4f19eed4f
Diffstat (limited to 'etc')
-rw-r--r--etc/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Android.mk b/etc/Android.mk
index 025d3f7..452dcd2 100644
--- a/etc/Android.mk
+++ b/etc/Android.mk
@@ -1,4 +1,4 @@
-
+ifeq (, $(filter aarch64 arm64, $(TARGET_ARCH)))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -9,4 +9,4 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/
LOCAL_SRC_FILES := gps.conf
include $(BUILD_PREBUILT)
-
+endif # not aarch64