Only use integer sanitizer for 64-bit linux builds
fec32 fails to compile when integer sanitization is enabled:
ld.lld: error: undefined symbol: __tls_get_addr
>>> referenced by sanitizer_linux_libcdep.cpp:355 (out/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp:355)
>>> sanitizer_linux_libcdep.cpp.o:(__sanitizer::CollectStaticTlsBlocks(dl_phdr_info*, unsigned int, void*)) in archive /usr/local/google/home/ccross/ssd/master/prebuilts/clang/host/linux-x86/clang-r433403b/lib64/clang/13.0.3/lib/linux/libclang_rt.ubsan_standalone-i386.aclang-13: error: linker command failed with exit code 1 (use -v to see invocation)
Bug: 206691489
Test: m static_apexer_tools dist BUILD_HOST_static=1
Change-Id: Ic090d7b8d240262a87f98b85d3ad962c4d2fdc9e
1 file changed