Use libcompiler-rt_extras with NDK builds.
am: c28e4bcb1c
Change-Id: I21541bee4a55951601b6cd110ec78ae94a5da94c
This commit is contained in:
commit
d042352816
|
@ -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 New Issue