commit | 425e238ee0dd48d064c9055334b5e89e8a920c6d | [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 | 5bccd33e0bd66b1e53e5ebebe07d3c8f8dbdf50b [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