Use libcompiler-rt_extras with NDK builds. am: c28e4bcb1c
am: d042352816
Change-Id: Icb272f25c0c94ebfed549382eefd36363b0b7a1f
This commit is contained in:
commit
d7c48e9f9d
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ include $(BUILD_SYSTEM)/config_sanitizers.mk
|
|||
|
||||
ifneq ($(LOCAL_NO_LIBCOMPILER_RT),true)
|
||||
# Add in libcompiler_rt for all regular device builds
|
||||
ifeq (,$(LOCAL_SDK_VERSION)$(WITHOUT_LIBCOMPILER_RT))
|
||||
ifeq (,$(WITHOUT_LIBCOMPILER_RT))
|
||||
my_static_libraries += $(COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES)
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue