Pirama Arumuga Nainar | 08df240 | 2016-07-26 11:37:14 -0700 | [diff] [blame] | 1 | RS_TRIPLE := renderscript64-linux-android |
Stephen Hines | 039675a | 2014-08-29 14:43:53 -0700 | [diff] [blame] | 2 | RS_TRIPLE_CFLAGS := |
Stephen Hines | 5c72544 | 2014-09-02 19:09:35 -0700 | [diff] [blame] | 3 | RS_COMPAT_TRIPLE := aarch64-linux-android |
Dan Albert | 343ed67 | 2015-01-25 16:20:57 -0800 | [diff] [blame] | 4 | |
| 5 | TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-aarch64-android.a |
Evgenii Stepanov | f0b15e1 | 2015-04-24 16:34:47 -0700 | [diff] [blame] | 6 | |
| 7 | # Address sanitizer clang config |
Evgenii Stepanov | 8f5e67a | 2015-07-10 18:06:51 -0700 | [diff] [blame] | 8 | ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64 |