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

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

Use libcompiler-rt_extras with NDK builds. am: c28e4bcb am: d0423528 am: d7c48e9f

am: d11f78fb

Change-Id: I63661c6eb5ab5172732bbb60367483cec3eecf8b
parents 9ef0a8bb d11f78fb
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