Home | History | Annotate | Download | only in clang
      1 RS_TRIPLE := renderscript64-linux-android
      2 RS_TRIPLE_CFLAGS :=
      3 RS_COMPAT_TRIPLE := aarch64-linux-android
      4 
      5 TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-aarch64-android.a
      6 
      7 # Address sanitizer clang config
      8 ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64
      9