Jason Sams | 5e172b0 | 2009-07-23 16:10:46 -0700 | [diff] [blame] | 1 | |
Jason Sams | c7f6ce4 | 2009-06-10 16:09:05 -0700 | [diff] [blame] | 2 | LOCAL_PATH:=$(call my-dir) |
Jason Sams | 326e0dd | 2009-05-22 14:03:28 -0700 | [diff] [blame] | 3 | |
Miao Wang | 759de53 | 2016-11-16 21:19:29 -0800 | [diff] [blame] | 4 | .PHONY: rs-prebuilts-full |
| 5 | rs-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 Nainar | da3c078 | 2017-07-27 23:54:54 -0700 | [diff] [blame] | 17 | librsrt_x86_64.bc \ |
| 18 | libLLVM_android-host64 \ |
| 19 | libclang_android-host64 |
Miao Wang | 759de53 | 2016-11-16 21:19:29 -0800 | [diff] [blame] | 20 | |
| 21 | ifneq ($(HOST_OS),darwin) |
| 22 | rs-prebuilts-full: \ |
| 23 | host_cross_llvm-rs-cc \ |
| 24 | host_cross_bcc_compat |
| 25 | endif |
| 26 | |
Stephen Hines | f12f8ed | 2013-05-23 13:40:57 -0700 | [diff] [blame] | 27 | include $(call all-makefiles-under,$(LOCAL_PATH)) |
Miao Wang | 05de7fa | 2017-03-16 17:19:26 -0700 | [diff] [blame] | 28 | |