summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/Android.common_build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk
index 1e074305d3..086f298df6 100644
--- a/build/Android.common_build.mk
+++ b/build/Android.common_build.mk
@@ -84,7 +84,7 @@ else
ART_TARGET_CLANG := false
endif
-ifeq ($(TARGET_ARCH),mips)
+ifeq ($(TARGET_ARCH)|$(ART_TARGET_CLANG),mips|true)
# b/18807290, Clang generated mips assembly code for array.cc
# cannot be compiled by gas.
# b/18789639, Clang assembler cannot compile inlined assembly code in