Merge "[RenderScript] Update the build rules for x86_64 support lib."
This commit is contained in:
commit
5d4d1d8ebb
1 changed files with 2 additions and 1 deletions
|
@ -849,7 +849,8 @@ endif
|
|||
RS_PREBUILT_CLCORE := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/librsrt_$(TARGET_ARCH).bc
|
||||
RS_PREBUILT_COMPILER_RT := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/libcompiler_rt.a
|
||||
ifeq (true,$(TARGET_IS_64_BIT))
|
||||
RS_PREBUILT_LIBPATH := -L prebuilts/ndk/current/platforms/android-21/arch-$(TARGET_ARCH)/usr/lib
|
||||
RS_PREBUILT_LIBPATH := -L prebuilts/ndk/current/platforms/android-21/arch-$(TARGET_ARCH)/usr/lib64 \
|
||||
-L prebuilts/ndk/current/platforms/android-21/arch-$(TARGET_ARCH)/usr/lib
|
||||
else
|
||||
RS_PREBUILT_LIBPATH := -L prebuilts/ndk/current/platforms/android-9/arch-$(TARGET_ARCH)/usr/lib
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue