commit | 9d33e79382c859e2b466931b440be773b824fb5c | [log] [tgz] |
---|---|---|
author | felipeal <felipeal@google.com> | Tue Mar 31 16:35:26 2020 -0700 |
committer | felipeal <felipeal@google.com> | Tue Mar 31 16:52:13 2020 -0700 |
tree | ae1e9178780ebd971153de25d798da4579e6bb19 | |
parent | 5109c66a306fbb5e71dc76de7b36bf01cec38ab9 [diff] |
Fixed timing issues on VendorServiceControllerTest Fixes: 144732381 Test: atest VendorServiceControllerTest Change-Id: I5e98d75502f6cd5eb8b614cb0c3b5dda643f579d
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.