summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorVishwanatha Kumar Ultur <cvulthu@codeaurora.org>2014-01-30 16:13:46 -0800
committerSridhar Parasuram <sridhar@codeaurora.org>2014-02-05 10:37:52 -0800
commitc2d900887cc08f8de973c0bbf4756d004e508412 (patch)
tree9a3844a6cb81e4b2610ad351e317d63737b89f11 /Android.mk
parentdf71ddbfad7243f9a6c2d4cf41088de85abd55bc (diff)
downloadandroid_hardware_qcom_media-c2d900887cc08f8de973c0bbf4756d004e508412.tar.gz
android_hardware_qcom_media-c2d900887cc08f8de973c0bbf4756d004e508412.tar.bz2
android_hardware_qcom_media-c2d900887cc08f8de973c0bbf4756d004e508412.zip
Disable building of hardware/qcom/media for aarch64
aarch64 build does not currenty build on this current directory. Change-Id: Ife70b9fa1e5934e2f29edc7d4e61e066e7e03437
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
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