Use -malign-double for x86 android

For double, long double and long long variables, they align to one
word boundary on x86, and 2 word boundary on x64 by default. This
is a big problem for android webview, as its render and browser
processes run x86 and x64 repectively. The data structs in shm may
have such misalignment problems.

Bug: 781095
Change-Id: Iad57901a20ec7e9379da234ad72f08caa99224f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661364
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#669754}
1 file changed