summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishwanatha Kumar Ultur <cvulthu@codeaurora.org>2014-01-31 11:29:55 -0800
committerVishwanatha Kumar Ultur <cvulthu@codeaurora.org>2014-01-31 11:29:55 -0800
commit74d3bd26c73c077842da82371425485fc5278f62 (patch)
treef947f5620f7afdeb7d80411d7773ede88cc029e9
parent0f57f49c5b9a26ab7230a00bef55841dc13aba5e (diff)
downloadandroid_vendor_qcom_opensource_dataservices-74d3bd26c73c077842da82371425485fc5278f62.tar.gz
android_vendor_qcom_opensource_dataservices-74d3bd26c73c077842da82371425485fc5278f62.tar.bz2
android_vendor_qcom_opensource_dataservices-74d3bd26c73c077842da82371425485fc5278f62.zip
dataservices: disable build for 64 bit arch
Data services build is disabled for 64 bit Change-Id: Ia2d3b9114c3a14cc2f1bfeb0a45de821ec657d6d
-rw-r--r--Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8338432..9f4279d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,2 +1,5 @@
+ifneq (, $(filter aarch64 arm64, $(TARGET_ARCH)))
+ $(info TODOAArch64: $(LOCAL_PATH)/Android.mk: Enable build support for 64 bit)
+else
include $(call all-subdir-makefiles)
-
+endif # $(TARGET_ARCH)