056609ccfe
These are all either recently unused due to the removal of CFLAGS/etc, or have been exported by Soong and are no longer necessary. Change-Id: I5930d43fda21acc8202b3d8ea010fbefb6ae4cf1
8 lines
392 B
Makefile
8 lines
392 B
Makefile
$(clang_2nd_arch_prefix)RS_TRIPLE := armv7-linux-androideabi
|
|
$(clang_2nd_arch_prefix)RS_TRIPLE_CFLAGS := -D__i386__
|
|
$(clang_2nd_arch_prefix)RS_COMPAT_TRIPLE := i686-linux-android
|
|
|
|
$(clang_2nd_arch_prefix)TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-i686-android.a
|
|
|
|
# Address sanitizer clang config
|
|
$(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan
|