Commit 21fbfb6e authored by primiano's avatar primiano Committed by Commit bot

Revert "[Android] Workaround for aarch64 NDK bug."

Not required anymore after crrev.com/555503006
This reverts commit df01991e.

BUG=407545
TBR=anton@chromium.org

Review URL: https://codereview.chromium.org/576123002

Cr-Commit-Position: refs/heads/master@{#295272}
parent 425a4c52
......@@ -3956,12 +3956,6 @@
'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',
],
}],
],
}],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment