commit | 2c7606b72164617851e6f2af5169ae22500fdab4 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Mar 20 15:53:29 2020 -0700 |
committer | Devin Moore <devinmoore@google.com> | Wed Jul 15 14:37:43 2020 -0700 |
tree | 08c080c4b97e6f86ce5fcb3298252dafa06b78fc | |
parent | ae120eef52731c78dca045ce3bc610a2664a6970 [diff] |
graphics common: fix AIDL BufferUsage calculation This was hitting integer sanitization, which we are trying to turn on: Before: VENDOR_MASK_HI = -65536L, After: VENDOR_MASK_HI = -281474976710656L, Bug: 148149098 Test: manually check output (see above). Change-Id: I1e2d7c0225aec8bf67375eb6b0cdc919b4ece847 Merged-In: I1e2d7c0225aec8bf67375eb6b0cdc919b4ece847 (cherry picked from commit d9eb0d743c0c154c32600b22343cfebc466e4ac4)