Commit 1fb39322 authored by ulan's avatar ulan Committed by Commit bot

Android ARM: enable PIE.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#25584}
parent 31c64277
......@@ -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',
],
......
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