| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 52a91e30392da630a489f467da72539eb8f1407c..c9ab7732c3e2e910debae57f7c5b65451e483def 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -3167,11 +3167,6 @@
|
| 'conditions' : [
|
| ['OS=="android"', {
|
| 'ldflags': [
|
| - # Only link with needed input sections. This is to avoid
|
| - # getting undefined reference to __cxa_bad_typeid in the CDU
|
| - # library.
|
| - # TODO(primiano): remove below as soon as WebRTC r5898 rolls.
|
| - '-Wl,--gc-sections',
|
| # Warn in case of text relocations.
|
| '-Wl,--warn-shared-textrel',
|
| ],
|
|
|