Enable clang compilation for mips.
authorChih-Hung Hsieh <chh@google.com>
Tue, 4 Aug 2015 18:49:28 +0000 (11:49 -0700)
committerChih-Hung Hsieh <chh@google.com>
Tue, 4 Aug 2015 18:49:28 +0000 (11:49 -0700)
Old compilation problem was fixed.
BUG: 18934246

Change-Id: I9431af3c13993a3098dbbe137ca25673a5f8223f

Android.mk

index b047f74..6e9028e 100644 (file)
@@ -548,11 +548,6 @@ LOCAL_NDK_STL_VARIANT := gnustl_static
 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