commit | 5bedc088418bf19b6b0725703108d5a2908f2dd2 | [log] [tgz] |
---|---|---|
author | Oscar Azucena <oscarazu@google.com> | Wed Jul 15 14:12:52 2020 -0700 |
committer | Oscar Azucena <oscarazu@google.com> | Wed Jul 15 16:29:12 2020 -0700 |
tree | c178f1d50cb333dc5085e597396d17c4153d32e5 | |
parent | 849bc4f6412d0beb789d677dc2eca8a38dcd22eb [diff] |
Added @FlakyTest to CarNavigationManagerTest#testSendEvent Bug: 155343605 Test: atest CarNavigationManagerTest#testSendEvent on cf_x86_auto Change-Id: I809149d07909eef5ef8a8270df412eaf4ff441c2
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.