commit | ef054169c95a790a9b046c9c3a4da13de31e8395 | [log] [tgz] |
---|---|---|
author | Antonio Kantek <kanant@google.com> | Mon Jan 25 22:00:21 2021 -0800 |
committer | Antonio Kantek <kanant@google.com> | Tue Jan 26 22:05:18 2021 -0800 |
tree | 7c00f41020f54a70d8543442214645face8a0678 | |
parent | 4ee3696827aee927095ebbf97a782efa1bc27a78 [diff] |
Deprecating Car connection type (method and constant) Deprecating getCarConnectionType since connection type will be always CONNECTION_TYPE_EMBEDDED (deprecated constant). Fixes: 154596370 Test: atest CtsCarTestCases Change-Id: I7dbbb37284808cc827ead6900c7713f08206cb20
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.