commit | e76bcc2f4ee9b2b3ec84311d05d4a16fed2779b3 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Sun Jan 23 22:49:45 2022 +0900 |
committer | Jooyung Han <jooyung@google.com> | Sun Jan 23 22:53:41 2022 +0900 |
tree | 73224480dbbdd7afc93618a8b00eb6b96d2d6fd4 | |
parent | 44d7c968de1466adb6c0f505e440b4e5c26a9f96 [diff] |
Set default value for fixed-size array fields Using empty list as a special value was a workaround to set an explicit value for fixed-size array fields. Instead, we'd better be explicit about "default value" for parcelable fields because it applies to other types as well (e.g. enum, ParcelableHolder) Bug: 207087196 Test: tests/golden_test.sh check Change-Id: Ie133fff3f801eb3276e91f6b87539ede495bda9f
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview