Use libcompiler-rt_extras with NDK builds.

am: c28e4bcb1c

Change-Id: I21541bee4a55951601b6cd110ec78ae94a5da94c
This commit is contained in:
Dan Albert 2016-09-16 06:45:32 +00:00 committed by android-build-merger
commit d042352816
1 changed files with 1 additions and 1 deletions

View File

@ -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