commit | eef52d7c6688fda2101de6870bda2039dd3439b1 | [log] [tgz] |
---|---|---|
author | Yuncheol Heo <ycheo@google.com> | Mon Nov 30 20:49:36 2020 -0800 |
committer | Yuncheol Heo <ycheo@google.com> | Tue Jan 05 16:04:09 2021 -0800 |
tree | 1c53e3bdf12f669264a43dd9834f03d4608a1787 | |
parent | f6e8b90a83e1bdebdabb33d20aab36e2199cdaa9 [diff] |
Adds vehicle properties for for Cluster2. - CLUSTER_SWITCH_UI - CLUSTER_DISPLAY_STATE - CLUSTER_REPORT_STATE - CLUSTER_REQUEST_DISPLAY - CLUSTER_NAVIGATION_STATE_LEGACY Bug: 173454429 Test: atest VehiclePropertyIdsTest Change-Id: I4a00d0f605f2bbd97c4dec82833c47b8a1817e5d
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.