commit | 74d3bd26c73c077842da82371425485fc5278f62 | [log] [tgz] |
---|---|---|
author | Vishwanatha Kumar Ultur <cvulthu@codeaurora.org> | Fri Jan 31 11:29:55 2014 -0800 |
committer | Vishwanatha Kumar Ultur <cvulthu@codeaurora.org> | Fri Jan 31 11:29:55 2014 -0800 |
tree | f947f5620f7afdeb7d80411d7773ede88cc029e9 | |
parent | 0f57f49c5b9a26ab7230a00bef55841dc13aba5e [diff] |
dataservices: disable build for 64 bit arch Data services build is disabled for 64 bit Change-Id: Ia2d3b9114c3a14cc2f1bfeb0a45de821ec657d6d
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)