Enable clang compilation for mips.

Old compilation problem was fixed.
BUG: 18934246

Change-Id: I9431af3c13993a3098dbbe137ca25673a5f8223f
diff --git a/Android.mk b/Android.mk
index b047f74..6e9028e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -548,11 +548,6 @@
 LOCAL_RTTI_FLAG := -frtti -fexceptions
 LOCAL_MULTILIB := both
 
-# b/18934246, failed to link libtestercore for clang mips.
-ifeq ($(TARGET_ARCH),mips)
-  LOCAL_CLANG := false
-endif
-
 include $(BUILD_SHARED_LIBRARY)
 
 include $(LOCAL_PATH)/android/package/Android.mk