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

Commit 3f054bdd authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Android Git Automerger
Browse files

am 506857e9: Merge "Make linker configurable through environment."

* commit '506857e9':
  Make linker configurable through environment.
parents 753550d1 506857e9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -230,7 +230,11 @@ $(foreach lib, $(LOCAL_HAL_STATIC_LIBRARIES), \
b_lib :=
endif

ifneq ($(strip $(CUSTOM_$(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)LINKER)),)
  my_linker := $(CUSTOM_$(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)LINKER)
else
  my_linker := $($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_LINKER)
endif

include $(BUILD_SYSTEM)/config_sanitizers.mk