commit | ddf05465518dd1f1c6457f5e534a7d2704c6dc24 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Wed Oct 13 10:59:01 2021 -0700 |
committer | Felipe Leme <felipeal@google.com> | Thu Oct 14 18:16:30 2021 +0000 |
tree | a62b06fbd457c699e9a7e8a0f27c6ef3148262ee | |
parent | 6a4d03941b54459985b64ea410a2f7a655a259b8 [diff] |
Fixed car_admin_ui_managed_device_message strings. Test: manual verification Bug: 203004258 Fixes: 202314774 Change-Id: I0a80f74e2967970b3608e649db1d3a1e17804e04
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.