forked from openkylin/platform_build
9 lines
300 B
Makefile
9 lines
300 B
Makefile
RS_TRIPLE := renderscript64-linux-android
|
|
RS_TRIPLE_CFLAGS :=
|
|
RS_COMPAT_TRIPLE := mips64el-linux-android
|
|
|
|
TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-mips64el-android.a
|
|
|
|
# Address sanitizer clang config
|
|
$(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64
|