commit | c51b2c9deb1189ec4ca583efbc9bc404aa10b325 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Nov 14 10:12:02 2018 -0800 |
committer | Steven Moreland <smoreland@google.com> | Wed Nov 14 17:57:58 2018 -0800 |
tree | b7c5bc32c5ac746e114d401ad4a45e73f52b1bf4 | |
parent | 0b14b2738720b73bf2e7ba0891d275049bc0e255 [diff] |
libbinder_ndk: align parcel_utils and parcel order The general order of binder_parcel.h is: Helper types, Binder, BarcelFileDescriptor, Status, String, Primitives And within each of these sections is first the bare type and then the array type. Since I will be adding more utility functions shortly, I am re-ordering binder_parcel_utils.h so that it matches the binder_parcel.h file. Bug: 111445392 Test: N/A Change-Id: Ie8072766dfe1169719739b8bb5c4fe7c78fb2723