commit | e358e32d111b3d87d90f1899fb2c844442d949c0 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Sat Oct 16 00:19:18 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Mon Oct 18 11:18:13 2021 +0900 |
tree | 5c34554d3b49e0ae18321c07885e3c2361768bdc | |
parent | 2b63d78f442f05ec2b60c3ab5fac12bddef40f5a [diff] |
Fix NDK backend's identifier conflict readFromParcel/writeToParcel methods use `parcel` for its AParcel* input parameter, which may conflict struct's field name quite easily. Just like other AIDL-compiler specific identifiers, rename it by prefixing `_aidl_`. Bug: n/a Test: aidl_unittests Change-Id: I7b48e53db48cb514c73c813e476c904ccf4118fa
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview