am acaada12: Use existing my_32_64_bit_suffix.

* commit 'acaada12731639e3feba1dd83d7e44765ec8556c':
  Use existing my_32_64_bit_suffix.
This commit is contained in:
Ying Wang 2014-09-10 23:32:46 +00:00 committed by Android Git Automerger
commit 634e7df1c8
1 changed files with 2 additions and 4 deletions

View File

@ -425,10 +425,8 @@ endif
# This can be disabled with LOCAL_RENDERSCRIPT_FLAGS := -Wno-error
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)
# -m32 or -m64
renderscript_flags += -m$(my_32_64_bit_suffix)
renderscript_includes := \
$(TOPDIR)external/clang/lib/Headers \