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

Commit d7c48e9f 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

Change-Id: Icb272f25c0c94ebfed549382eefd36363b0b7a1f
parents 7fde1f9c d0423528
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