Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f63819b

Browse files
committed
[[ Bug 19679 ]] Use bfd linker on android
When the gold linker is used to link Standalone-Community (librevandroid.so) the dynamic section is ordered differently which appears to cause a 'missing PT_DYNAMIC' error when building android standalones. Using the bfd linker instead fixes this issue.
1 parent a13e1bb commit f63819b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/android-settings.gypi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
'-fno-rtti',
2424
],
2525

26+
'ldflags':
27+
[
28+
'fuse-ld=bfd',
29+
],
30+
2631
'target_conditions':
2732
[
2833
[

0 commit comments

Comments
 (0)