You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
537 B
28 lines
537 B
|
|
LOCAL_PATH:=$(call my-dir) |
|
|
|
.PHONY: rs-prebuilts-full |
|
rs-prebuilts-full: \ |
|
bcc_compat \ |
|
llvm-rs-cc \ |
|
libRSSupport \ |
|
libRSSupportIO \ |
|
libRScpp_static \ |
|
libblasV8 \ |
|
libcompiler_rt \ |
|
librsrt_arm.bc \ |
|
librsrt_arm64.bc \ |
|
librsrt_mips.bc \ |
|
librsrt_x86.bc \ |
|
librsrt_x86_64.bc \ |
|
libLLVM_android-host64 \ |
|
libclang_android-host64 |
|
|
|
ifneq ($(HOST_OS),darwin) |
|
rs-prebuilts-full: \ |
|
host_cross_llvm-rs-cc \ |
|
host_cross_bcc_compat |
|
endif |
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH)) |
|
|
|
|