Don't add COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES if we build against NDK.
Change-Id: I732be02bb4b9ee7a2d11ed89f409487f0bc37d0f
This commit is contained in:
parent
2897f052d4
commit
8e53708ab1
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ ifeq ($(strip $(LOCAL_ADDRESS_SANITIZER)),true)
|
|||
endif
|
||||
|
||||
# Add in libcompiler-rt for all device builds
|
||||
ifndef LOCAL_IS_HOST_MODULE
|
||||
ifeq (,$(LOCAL_NDK_VERSION)$(LOCAL_IS_HOST_MODULE))
|
||||
LOCAL_STATIC_LIBRARIES += $(COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue