Use gcc for mips target.
authorChih-Hung Hsieh <chh@google.com>
Wed, 7 Jan 2015 23:29:24 +0000 (15:29 -0800)
committerChih-Hung Hsieh <chh@google.com>
Wed, 7 Jan 2015 23:29:24 +0000 (15:29 -0800)
Will enable clang mips compilation when the real error is fixed.

BUG: 18934246
Change-Id: If4474e1c6e4af794e4d49cbdec34bd2da8e70fb2

Android.mk

index 28a33c2..56fdf52 100644 (file)
@@ -548,6 +548,11 @@ 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