Merge art-cache dex files into oat files

Change-Id: I5a327a4e0b678bd9dabb12de4e21ef05e3fefd0b
diff --git a/build/Android.common.mk b/build/Android.common.mk
index 33a4fb0..3fe0477 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -61,6 +61,9 @@
   ART_TARGET_CFLAGS += -DANDROID_SMP=0
 endif
 
+# To use oprofile_android --callgraph, uncomment this and recompile with "mmm art -B -j16"
+# ART_TARGET_CFLAGS += -fno-omit-frame-pointer -marm -mapcs
+
 ART_HOST_NON_DEBUG_CFLAGS := $(art_non_debug_cflags)
 ART_TARGET_NON_DEBUG_CFLAGS := $(art_non_debug_cflags)