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

Commit 0f324e3e authored by Ben Cheng's avatar Ben Cheng Committed by Android Git Automerger
Browse files

am a7662295: Merge "Explictily specify the dynamic linker name."

* commit 'a7662295':
  Explictily specify the dynamic linker name.
parents 1180d71c a7662295
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ endef

define transform-o-to-executable-inner
$(hide) $(PRIVATE_CXX) -nostdlib -Bdynamic -fPIE -pie \
	-Wl,-dynamic-linker,/system/bin/linker \
	-Wl,-dynamic-linker,/system/bin/linker64 \
	-Wl,-z,nocopyreloc \
	$(PRIVATE_TARGET_GLOBAL_LD_DIRS) \
	-Wl,-rpath-link=$(TARGET_OUT_INTERMEDIATE_LIBRARIES) \