Merge "Pass -m32 or -m64 to llvm-rs-cc when reflecting C++." into lmp-dev

This commit is contained in:
Tim Murray 2014-09-10 22:35:58 +00:00 committed by Android (Google) Code Review
commit fabd3c00b4
1 changed files with 4 additions and 0 deletions

View File

@ -409,6 +409,10 @@ endif
renderscript_flags := -Wall -Werror
renderscript_flags += $(LOCAL_RENDERSCRIPT_FLAGS)
renderscript_flags += -m$(if $($(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)IS_64_BIT),64,32)
renderscript_includes := \
$(TOPDIR)external/clang/lib/Headers \
$(TOPDIR)frameworks/rs/scriptc \