Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0423528 authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

Use libcompiler-rt_extras with NDK builds.

am: c28e4bcb

Change-Id: I21541bee4a55951601b6cd110ec78ae94a5da94c
parents ec6223ec c28e4bcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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