Manually add java.io.Buffer private fields to the Core Platform API
This change adds the private fields in java.nio.Buffer to the Core
Platform API programmatically.
These fields are private and there is no way to express them in the
API defintion. Although unfortunate, we are already doing this for
methods and fixing the points of use for these fields is a sizeable
task.
Bug: 124338141
Bug: 144502743
Test: Boots, no warnings from native Core Platform API methods
Change-Id: Icd06cae3f2fe523c71b79430009e76b30caf4b94
5 files changed