commit | 6110dee276718a442d9eb17ac4cd5733d98392d5 | [log] [tgz] |
---|---|---|
author | Chris Ye <lzye@google.com> | Tue Jan 19 19:16:38 2021 -0800 |
committer | Chris Ye <lzye@google.com> | Fri Jan 22 19:26:55 2021 -0800 |
tree | 25ad4c7ca9ac3e20bf1c9d021e58f0f9286cf152 | |
parent | ee5aac1dff538d559fb81cbc545f61684f412861 [diff] |
Fixed unaligned KeyCharacterMap parcel read/write with null native object. As we now allow KeyCharacterMap to have null native object, we must set a flag for parcel object for null natvie object. This fixed the unaligned parcel read/write when the native object is null. Bug: 175316710 Test: atest android.hardware.input.cts Change-Id: I657e0dc4ecc91337ed4d621e72c3c27d85004a47