commit | 00c266a25aeb6c334a368c7d0269c2a1acbb713b | [log] [tgz] |
---|---|---|
author | Eric Jeong <ericjeong@google.com> | Thu Dec 05 17:07:54 2019 -0800 |
committer | Eric Jeong <ericjeong@google.com> | Thu Dec 05 17:10:52 2019 -0800 |
tree | 5314c907c2db4afb0973a9263403d54269b347ed | |
parent | d52581bb6e0ce66ca9e63c215e51c3501c57461b [diff] |
Refactor ICarOccupantZone using List - List<> is allowed in aidl. - getAllOccupantZones method will return List<OccupantZoneInfo> instead of OccupantZoneInfo[]. Bug: 145702850 Test: Build and run unit test. Change-Id: Ibb751b3954891087a881ac8fcd3b576d6178dcb6
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.