Merge "Link RS compatibility files with libc and make bcc_compat a regular dep." into jb-mr2-dev
This commit is contained in:
commit
ffbeac3f47
2 changed files with 2 additions and 2 deletions
|
@ -833,7 +833,7 @@ $(hide) $(PRIVATE_CXX) -shared -Wl,-soname,$(notdir $@) -nostdlib \
|
|||
$(RS_PREBUILT_COMPILER_RT) \
|
||||
-o $@ -L prebuilts/gcc/ \
|
||||
-L $(TARGET_OUT_INTERMEDIATE_LIBRARIES) $(RS_PREBUILT_LIBPATH) \
|
||||
-lRSSupport -lm
|
||||
-lRSSupport -lm -lc
|
||||
endef
|
||||
|
||||
###########################################################
|
||||
|
|
|
@ -214,7 +214,7 @@ LOCAL_JNI_SHARED_LIBRARIES += libRSSupport librsjni
|
|||
|
||||
$(rs_compatibility_jni_libs): $(RenderScript_file_stamp) $(RS_PREBUILT_CLCORE) \
|
||||
$(rs_support_lib) $(rs_jni_lib) $(rs_compiler_rt)
|
||||
$(rs_compatibility_jni_libs): | $(BCC_COMPAT)
|
||||
$(rs_compatibility_jni_libs): $(BCC_COMPAT)
|
||||
$(rs_compatibility_jni_libs): PRIVATE_CXX := $(TARGET_CXX)
|
||||
$(rs_compatibility_jni_libs): $(renderscript_intermediate)/librs.%.so: \
|
||||
$(renderscript_intermediate.COMMON)/res/raw/%.bc
|
||||
|
|
Loading…
Reference in a new issue