blob: a64fc0815fd64866474603394554e8d00ca440ae [file] [log] [blame]
Jason Sams5e172b02009-07-23 16:10:46 -07001
Jason Samsc7f6ce42009-06-10 16:09:05 -07002LOCAL_PATH:=$(call my-dir)
Jason Sams326e0dd2009-05-22 14:03:28 -07003
Miao Wang759de532016-11-16 21:19:29 -08004.PHONY: rs-prebuilts-full
5rs-prebuilts-full: \
6 bcc_compat \
7 llvm-rs-cc \
8 libRSSupport \
9 libRSSupportIO \
10 libRScpp_static \
11 libblasV8 \
12 libcompiler_rt \
13 librsrt_arm.bc \
14 librsrt_arm64.bc \
15 librsrt_mips.bc \
16 librsrt_x86.bc \
Pirama Arumuga Nainarda3c0782017-07-27 23:54:54 -070017 librsrt_x86_64.bc \
18 libLLVM_android-host64 \
19 libclang_android-host64
Miao Wang759de532016-11-16 21:19:29 -080020
21ifneq ($(HOST_OS),darwin)
22rs-prebuilts-full: \
23 host_cross_llvm-rs-cc \
24 host_cross_bcc_compat
25endif
26
Stephen Hinesf12f8ed2013-05-23 13:40:57 -070027include $(call all-makefiles-under,$(LOCAL_PATH))
Miao Wang05de7fa2017-03-16 17:19:26 -070028