Android ARM: enable PIE.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#25584}
This commit is contained in:
ulan 2014-12-01 06:06:18 -08:00 committed by Commit bot
parent 31c6427717
commit 1fb3932221

View File

@ -215,8 +215,7 @@
'-fno-stack-protector',
],
}],
['target_arch=="arm64" or target_arch=="x64"', {
# TODO(ulan): Enable PIE for other architectures (crbug.com/373219).
['target_arch=="arm" or target_arch=="arm64" or target_arch=="x64"', {
'cflags': [
'-fPIE',
],