This is respin of the previous attempt to enable lsan on aarch64
by fixing the android build issues with missing symbols. This was
due wrong constraint when set CAN_SANITIZE_LEAKS (it should
not be enable for Android).
This patch adds support for leak sanitizer for aarch64. Similar to
MIPS it uses a SizeClassAllocator32 due VMA constraints
(aarch64 currently supports 39 and 42-bit VMA).
Remove all braces on this line (25).