diff options
author | thakis <thakis@chromium.org> | 2015-01-20 13:00:16 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-20 21:01:12 +0000 |
commit | 733f0be82365d13eb8944a5e860c7f8d7358f4f4 (patch) | |
tree | 6b8f7c1673eb229c2dac8d486b68d9b804f376a1 /build | |
parent | 06b987e77e0a6867627e5070d336ef6218d0a0f5 (diff) | |
download | chromium_src-733f0be82365d13eb8944a5e860c7f8d7358f4f4.zip chromium_src-733f0be82365d13eb8944a5e860c7f8d7358f4f4.tar.gz chromium_src-733f0be82365d13eb8944a5e860c7f8d7358f4f4.tar.bz2 |
Enable find-missing-symbols-at-link-time for android too.
BUG=371125
Review URL: https://codereview.chromium.org/858003002
Cr-Commit-Position: refs/heads/master@{#312272}
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 5152684..8933f77 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -3534,7 +3534,7 @@ }, }], # TODO(thakis): Enable this everywhere. http://crbug.com/371125 - ['OS=="linux" and chromeos==0 and asan==0 and tsan==0 and component=="shared_library" and use_ozone!=1 and buildtype!="Official"', { + ['(OS=="linux" or OS=="android") and chromeos==0 and asan==0 and tsan==0 and component=="shared_library" and use_ozone!=1 and buildtype!="Official"', { 'target_defaults': { 'ldflags': [ '-Wl,-z,defs', |