OSDN Git Service

Dalvik fast interpreter support and JIT implementation
[android-x86/dalvik.git] / vm / Android.mk
index 17b5a04..081acab 100644 (file)
@@ -62,6 +62,7 @@ ifeq ($(WITH_JIT),true)
     LOCAL_MODULE := libdvm_assert
     include $(BUILD_SHARED_LIBRARY)
 
+  ifneq ($(dvm_arch),mips)    # MIPS support for self-verification is incomplete
     # Derivation #2
     # Enable assert and self-verification
     include $(LOCAL_PATH)/ReconfigureDvm.mk
@@ -71,6 +72,7 @@ ifeq ($(WITH_JIT),true)
                     -DWITH_SELF_VERIFICATION $(target_smp_flag)
     LOCAL_MODULE := libdvm_sv
     include $(BUILD_SHARED_LIBRARY)
+  endif # dvm_arch!=mips
 
     # Derivation #3
     # Compile out the JIT