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
267 B
Makefile
8 lines
267 B
Makefile
RS_TRIPLE := aarch64-linux-android
|
|
RS_TRIPLE_CFLAGS :=
|
|
RS_COMPAT_TRIPLE := aarch64-linux-android
|
|
|
|
TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-aarch64-android.a
|
|
|
|
# Address sanitizer clang config
|
|
ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64
|