commit | d7088709fcc9900e96b35cdf839e7aefcafde87c | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Jan 13 00:27:00 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed Feb 03 18:36:31 2021 +0000 |
tree | cc009191474484fb96cda93b7b644235879133b5 | |
parent | 413a00e43e58a573189cec268d8052d62ba8e405 [diff] |
libbinder: test parcel allocted on another thread This shouldn't ordinarily be done, but it does in Java, and it may be done in the future if we cache Parcel objects in the NDK/Rust backends. So, using the API which we test in Java there to fix the problem. Bug: 139327211 Test: atest binderLibTest Change-Id: Ia60ebb91bf70d30f7183ce55ae4f0c6e8e0a7a24