Merge "Rename AArch64 ASan target runtime library to match upstream convention."

This commit is contained in:
Stephen Hines 2015-11-19 16:14:08 +00:00 committed by Gerrit Code Review
commit af9e29d040
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ RS_COMPAT_TRIPLE := aarch64-linux-android
TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-aarch64-android.a
# Address sanitizer clang config
ADDRESS_SANITIZER_RUNTIME_LIBRARY := libclang_rt.asan-arm64-android
ADDRESS_SANITIZER_RUNTIME_LIBRARY := libclang_rt.asan-aarch64-android
ADDRESS_SANITIZER_RPATH := /data/vendor/lib64:/$(TARGET_COPY_OUT_VENDOR)/lib64:/data/lib64
ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64