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

Commit bec4a4b9 authored by Stephen Hines's avatar Stephen Hines
Browse files

Disable libcompiler-rt-extras for BUILD_TINY_ANDROID.

Change-Id: I05aa9e43f987ef422d98f43b3734dfbc261feb4b
parent 5db58642
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -132,8 +132,8 @@ ifeq ($(strip $(LOCAL_ADDRESS_SANITIZER)),true)
  LOCAL_STATIC_LIBRARIES += $(ADDRESS_SANITIZER_CONFIG_EXTRA_STATIC_LIBRARIES)
endif

# Add in libcompiler-rt for all device builds
ifeq (,$(LOCAL_NDK_VERSION)$(LOCAL_IS_HOST_MODULE))
# Add in libcompiler-rt for all regular device builds
ifeq (,$(LOCAL_NDK_VERSION)$(LOCAL_IS_HOST_MODULE)$(BUILD_TINY_ANDROID))
  LOCAL_STATIC_LIBRARIES += $(COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES)
endif