am 0d909f54: resolved conflicts for merge of b7415560 to jb-mr1-dev

* commit '0d909f54d46a5c4e5143a0469f77472673fdd06a':
  Clean up handling of multiple architectures in valgrind makefiles.
diff --git a/main/Android.mk b/main/Android.mk
index 70ed5ec..844a0e6 100644
--- a/main/Android.mk
+++ b/main/Android.mk
@@ -241,7 +241,9 @@
 
 LOCAL_LDFLAGS := $(vex_ldflags)
 
+# TODO: split asflags out from cflags.
 LOCAL_CFLAGS := $(common_cflags)
+LOCAL_ASFLAGS := $(common_cflags)
 
 include $(BUILD_STATIC_LIBRARY)