dac728895d
Add barebones files to support building for a riscv64 target. Bug: 250918230 Test: lunch aosp_riscv64-userdebug && m ALLOW_MISSING_DEPENDENCIES=true nothing Change-Id: I61e6ecf6706b7682c77b07e6593d78c7d1eaef39
10 lines
441 B
Makefile
10 lines
441 B
Makefile
RS_TRIPLE := renderscript64-linux-android
|
|
RS_TRIPLE_CFLAGS := -D__riscv64__
|
|
RS_COMPAT_TRIPLE := riscv64-linux-android
|
|
|
|
TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-riscv64-android.a
|
|
TARGET_LIBCRT_BUILTINS := $(LLVM_RTLIB_PATH)/libclang_rt.builtins-riscv64-android.a
|
|
|
|
# Address sanitizer clang config
|
|
ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64
|
|
ADDRESS_SANITIZER_LINKER_FILE := /system/bin/bootstrap/linker_asan64
|