commit | 7c55ed8a1b2e2cd2d1fca3e3f68fe0d1200cb2ad | [log] [tgz] |
---|---|---|
author | Yuncheol Heo <ycheo@google.com> | Fri Apr 09 13:07:48 2021 -0700 |
committer | Yuncheol Heo <ycheo@google.com> | Fri Apr 09 13:14:52 2021 -0700 |
tree | 64fff799acc6b037070fce15ce267cdf2bbe4558 | |
parent | 9a776a2ec4164250c5f5f2dc798f7ac0d00e586b [diff] |
Allow ClusterHomeService to start with no cluster display. - For some dynamic cluster display, it's possible that it's not ready when CarService starts. - We'd like to allow to initalize it later by registering CarOccupantZone callback. Bug: 184912848 Test: check if ClusterHomeService works with the virtual display of \ ClusterOsDouble. Change-Id: I750da1be810588bdb984ca2072f35e4763b0f29a
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.