Revert "Disable clang compilation for x86_64, mips, mips64."
am: a5ab7da8ae

* commit 'a5ab7da8aeed49860493fef8a61d4ffe9141c3a7':
  Revert "Disable clang compilation for x86_64, mips, mips64."
diff --git a/Android.build.mk b/Android.build.mk
index 5d91049..56ffb05 100644
--- a/Android.build.mk
+++ b/Android.build.mk
@@ -16,11 +16,6 @@
 
 include $(CLEAR_VARS)
 
-ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),mips mips64 x86_64))
-# Many init services failed to start with clang for x86_64, mips, mips64
-LOCAL_CLANG := false
-endif
-
 LOCAL_MODULE := $(libunwind_module)
 LOCAL_MODULE_TAGS := $(libunwind_module_tag)
 ifeq ($(libunwind_build_type),host)