Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index dc38c4be9fb3d91418a7803d634e91992f0c1584..199d6dbadf12358e3ad31c0857a2511589221fd4 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3947,6 +3947,12 @@ |
'cflags!': [ |
'-fstack-protector', # stack protector is always enabled on arm64. |
], |
+ # This is a workaround for a NDK bug (b/15574841) and |
+ # should be removed by the r10c-rc3 NDK roll. |
+ # Ping primiano@ if you see this after Oct 2014. |
+ 'ldflags': [ |
+ '-Wl,--dynamic-linker=/system/bin/linker64', |
+ ], |
}], |
], |
}], |