commit | 050694054c24aa13bcae02ea2376466e14b8cd67 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Wed Feb 06 15:16:35 2019 -0800 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Wed Feb 06 15:19:00 2019 -0800 |
tree | 41845f29740569727e1ce9bb8f2c80a3c8f3bde3 | |
parent | 37e724468e79e908c967ba2dbc3baf6a400fc8de [diff] |
Make inlines static Bug: http://b/116873221 If not, building with coverage (and -O0) is broken since Clang does not inline these functions, and does not emit a definition because they are not static or extern. Test: Build with coverage (-O0) Change-Id: I2880119834f764164a1aac10b696e76a2b462b71