commit | 1102e21b5dd0f79072e826932d0a3e3cb2f8c285 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Jun 09 17:35:38 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Wed Jun 10 23:05:53 2015 +0000 |
tree | 5052b89114b073c0f809ce8c9791248703ab7fce | |
parent | 0d07846f0f111bc7afa5a153aa67a12022263a38 [diff] |
Fix format string mismatch. Clang build fix. The gralloc usage flags are an enum, which is backed by an implementation defined type. Both gcc and clang are making this a long long. All the values are hard coded to fit within 8 hex characters though, so just make the cast. Change-Id: I4a9778a24c2cbf7fb663371d208e30c4921e170d