Colin Cross | dac7288 | 2022-10-03 12:43:19 -0700 | [diff] [blame] | 1 | RS_TRIPLE := renderscript64-linux-android |
2 | RS_TRIPLE_CFLAGS := -D__riscv64__ | ||||
3 | RS_COMPAT_TRIPLE := riscv64-linux-android | ||||
4 | |||||
5 | TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-riscv64-android.a | ||||
6 | TARGET_LIBCRT_BUILTINS := $(LLVM_RTLIB_PATH)/libclang_rt.builtins-riscv64-android.a | ||||
7 | |||||
8 | # Address sanitizer clang config | ||||
9 | ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64 | ||||
10 | ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64 |