Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acaada12 authored by Ying Wang's avatar Ying Wang
Browse files

Use existing my_32_64_bit_suffix.

Change-Id: I75d9733870c37a44ce55ae6cbcfb3f67e1387e9d
parent fabd3c00
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -408,10 +408,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 \