Vishwanatha Kumar Ultur | 74d3bd2 | 2014-01-31 11:29:55 -0800 | [diff] [blame^] | 1 | ifneq (, $(filter aarch64 arm64, $(TARGET_ARCH))) |
2 | $(info TODOAArch64: $(LOCAL_PATH)/Android.mk: Enable build support for 64 bit) | ||||
3 | else | ||||
Harout Hedeshian | b2fc5b1 | 2013-09-03 13:49:00 -0600 | [diff] [blame] | 4 | include $(call all-subdir-makefiles) |
Vishwanatha Kumar Ultur | 74d3bd2 | 2014-01-31 11:29:55 -0800 | [diff] [blame^] | 5 | endif # $(TARGET_ARCH) |