Files
rk35xx-android14/frameworks/rs/Android.mk
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

29 lines
537 B
Makefile

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))