commit | 7e0505fbf0bf5ba32905dea5301c1493ef0ebc04 | [log] [tgz] |
---|---|---|
author | Yuncheol Heo <ycheo@google.com> | Fri Nov 15 00:16:21 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Nov 15 00:16:21 2019 +0000 |
tree | d3dd5ee8edf742d186f573571602d58265c84579 | |
parent | 7e2a7828dd9b89669ca614acd172ae3318193640 [diff] | |
parent | b9554e10fab22979107a8a4c46a030fd4602774a [diff] |
Merge "Adds CarActivityView."
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.