commit | c12c9a3bbc7af16617e904b5fbdc6dec04db2a22 | [log] [tgz] |
---|---|---|
author | Evan Rosky <erosky@google.com> | Wed Feb 06 13:38:03 2019 -0800 |
committer | Evan Rosky <erosky@google.com> | Wed Feb 06 14:18:07 2019 -0800 |
tree | 8395981704c63087c90bbfa1ac0c8bff840e6363 | |
parent | 779cd543e2855d925f50ad90e6aaecbcf7446ae0 [diff] |
Fix layer creation metadata parceling There were a couple issues: - Parcel shares the same position between read/write, so the position had to be reset before sending to native - Java's "native"IO ByteBuffer defaults to big-endian!? instead of the native endian. Bug: 123914715 Test: sf_trace shows metadata. screenshots don't include notch/corners anymore Change-Id: I27bcc54e4e81108554ba5c5009c43195902bbcf1