95fd9d171d
libgcc is kept behind libcrt.builtins to provide unwinder symbols and
any other missing symbols.
Bug: 29275768
Bug: 119007754
Test: m checkbuild
Change-Id: Ifb16ed87afc3391f8830d771971315515f929235
Merged-In: Ifb16ed87afc3391f8830d771971315515f929235
(cherry picked from commit b9d8932279
)
9 lines
358 B
Makefile
9 lines
358 B
Makefile
RS_TRIPLE := renderscript64-linux-android
|
|
RS_TRIPLE_CFLAGS :=
|
|
RS_COMPAT_TRIPLE := aarch64-linux-android
|
|
|
|
TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-aarch64-android.a
|
|
TARGET_LIBCRT_BUILTINS := $(LLVM_RTLIB_PATH)/libclang_rt.builtins-aarch64-android.a
|
|
|
|
# Address sanitizer clang config
|
|
ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64
|