08df240f94
Bug: http://b/31320715 Use LLVM's RenderScript triples: upstream LLVM now has 32-bit and 64-bit RenderScript triples. Update RS_TRIPLE build variables to use the new triples. Switch prebuilt clang used for building RenderScript runtime library to the latest prebuilts. Test: Run RenderScript tests (slang, bcc host tests, RsTest, CTS) Change-Id: I308f6a2183350cfc380228a1eed07ec118d93a46
8 lines
395 B
Makefile
8 lines
395 B
Makefile
$(clang_2nd_arch_prefix)RS_TRIPLE := renderscript32-linux-androideabi
|
|
$(clang_2nd_arch_prefix)RS_TRIPLE_CFLAGS :=
|
|
$(clang_2nd_arch_prefix)RS_COMPAT_TRIPLE := armv7-none-linux-gnueabi
|
|
|
|
$(clang_2nd_arch_prefix)TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-arm-android.a
|
|
|
|
# Address sanitizer clang config
|
|
$(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan
|