Merge "Pass -m32 or -m64 to llvm-rs-cc when reflecting C++." into lmp-dev
This commit is contained in:
commit
fabd3c00b4
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue