Revert submission 3198506-revert-3195358-ndk-libcxx-UOZAIZERUU Reason for revert: reland topic Reverted changes: /q/submissionid:3198506-revert-3195358-ndk-libcxx-UOZAIZERUU Bug: http://b/332594828 Test: treehugger Change-Id: I36c9f825cccd02fdd5fc1cd67e5123fc9f84f6b1
14 lines
523 B
Makefile
14 lines
523 B
Makefile
RS_TRIPLE := renderscript64-linux-android
|
|
RS_TRIPLE_CFLAGS :=
|
|
RS_COMPAT_TRIPLE := aarch64-linux-android
|
|
|
|
TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-aarch64-android.a
|
|
TARGET_LIBCRT_BUILTINS := $(LLVM_RTLIB_PATH)/libclang_rt.builtins-aarch64-android.a
|
|
TARGET_LIBUNWIND := $(LLVM_RTLIB_PATH)/aarch64/libunwind.a
|
|
|
|
# Address sanitizer clang config
|
|
ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64
|
|
ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64
|
|
|
|
PREBUILT_LIBCXX_ARCH_DIR := aarch64
|