Merge "Added Address Sanitizer clang config for x86_64."
am: f6658018f6
Change-Id: I2612e483e2144309c82faeb37b8ebac9f23786dc
This commit is contained in:
commit
c1c8ec7a39
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@ RS_TRIPLE_CFLAGS := -D__x86_64__
|
|||
RS_COMPAT_TRIPLE := x86_64-linux-android
|
||||
|
||||
TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-x86_64-android.a
|
||||
|
||||
# Address sanitizer clang config
|
||||
ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64
|
||||
|
|
Loading…
Reference in a new issue