Disable LTP for mips
am: b92ff4cd63

Change-Id: Ie91ace67093a80e415136c4f61aed103286f8d98
diff --git a/Android.bp b/Android.bp
index 66e900c..239c8e7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,6 +49,13 @@
         "include",
     ],
 
+    // TODO: enable LTP for mips
+    arch: {
+        mips: {
+            enabled: false,
+        },
+    },
+
     target: {
         // bionic has broken signal handling for signum > 32 on 32-bit ARM and x86
         // (for ABI reasons this can't be fixed)