Merge "dataservices: disable build for 64 bit arch"

This commit is contained in:
Linux Build Service Account
2014-02-11 05:19:20 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -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)