commit | 0b9c9a81e670ccbaf655217a965fb523794e6961 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Nov 20 23:26:22 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Nov 20 23:26:22 2020 +0000 |
tree | 152d505c9015ac9b843a3396c515a15366bd8877 | |
parent | 2df4e05298b4264ced368ee1f118477d55cc4fd3 [diff] |
libbinder: avoid BpBinder subclasses Being able to modify sizeof(BpBinder) at our discretion is very important in order to prevent additional heap allocations. No one tends to subclass this, because they are always created by Parcel, but at the same time, we don't need to expose this possibility. Bug: 167966510 Test: build only Change-Id: I30c813d3de91043c46d235448fce41bac8fe5621