am 8dd134b6: Add dalvik support for sample profiling from traceview gui.
* commit '8dd134b6a68f79c5369b6015a543eb7c0f5e649e':
Add dalvik support for sample profiling from traceview gui.
diff --git a/vm/Dvm.mk b/vm/Dvm.mk
index 2af0582..40d0fa5 100644
--- a/vm/Dvm.mk
+++ b/vm/Dvm.mk
@@ -284,6 +284,10 @@
compiler/codegen/mips/GlobalOptimizations.cpp \
compiler/template/out/CompilerTemplateAsm-$(dvm_arch_variant).S
endif
+
+ ifeq ($(strip $(ARCH_HAVE_ALIGNED_DOUBLES)),true)
+ LOCAL_CFLAGS += -DARCH_HAVE_ALIGNED_DOUBLES
+ endif
endif
ifeq ($(dvm_arch),x86)