Skip to content
Snippets Groups Projects
Commit 74d3bd26 authored by Vishwanatha Kumar Ultur's avatar Vishwanatha Kumar Ultur
Browse files

dataservices: disable build for 64 bit arch

Data services build is disabled for 64 bit

Change-Id: Ia2d3b9114c3a14cc2f1bfeb0a45de821ec657d6d
parent 0f57f49c
No related branches found
No related tags found
No related merge requests found
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment