commit | 81a1899f5defbc841af346d2d5d1ee2c11e40369 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Thu Jun 16 15:55:15 2016 -0700 |
committer | Greg Kaiser <gkaiser@google.com> | Thu Jun 16 15:55:15 2016 -0700 |
tree | ceb35171c7830dd6b17f3579c49f3b73a46c36e6 | |
parent | 8651203072621fa03f62bc3d1149f53deb022501 [diff] |
elf_builder: Fix Mips header flags Bitwise OR has a higher precendence than ternary conditional, so we need to use parentheses around our ternary conditional to get the behavior we desire. Bug: 28320822 Change-Id: I4b95ab88e688176939f16f8586d45784c9d92a42