From c2d900887cc08f8de973c0bbf4756d004e508412 Mon Sep 17 00:00:00 2001 From: Vishwanatha Kumar Ultur Date: Thu, 30 Jan 2014 16:13:46 -0800 Subject: Disable building of hardware/qcom/media for aarch64 aarch64 build does not currenty build on this current directory. Change-Id: Ife70b9fa1e5934e2f29edc7d4e61e066e7e03437 --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 832c76f4..b55f4e30 100644 --- a/Android.mk +++ b/Android.mk @@ -1,3 +1,6 @@ +ifneq (, $(filter aarch64 arm64, $(TARGET_ARCH))) + $(info TODOAArch64: $(LOCAL_PATH)/Android.mk: Enable compile for 64 bit) +else QCOM_MEDIA_ROOT := $(call my-dir) ifneq ($(filter msm8610 msm8226 msm8974 msm8960 msm8660 msm7627a msm7630_surf apq8084 mpq8092 msm_bronze msm8916,$(TARGET_BOARD_PLATFORM)),) include $(QCOM_MEDIA_ROOT)/mm-core/Android.mk @@ -20,3 +23,4 @@ endif ifneq ($(filter apq8084,$(TARGET_BOARD_PLATFORM)),) include $(QCOM_MEDIA_ROOT)/videopp/Android.mk endif +endif # TARGET_ARCH -- cgit v1.2.3