Merge "Make the text generated by showAnnotations more noticable in docs" into lmp-dev
diff --git a/core/binary.mk b/core/binary.mk
index 8ab63e4..d339317 100644
--- a/core/binary.mk
+++ b/core/binary.mk
@@ -408,6 +408,8 @@
# This can be disabled with LOCAL_RENDERSCRIPT_FLAGS := -Wno-error
renderscript_flags := -Wall -Werror
renderscript_flags += $(LOCAL_RENDERSCRIPT_FLAGS)
+# -m32 or -m64
+renderscript_flags += -m$(my_32_64_bit_suffix)
renderscript_includes := \
$(TOPDIR)external/clang/lib/Headers \