commit | 010b0ea08ce1544c2c0f6ca61e222d2d863963b9 | [log] [tgz] |
---|---|---|
author | Keun-young Park <keunyoung@google.com> | Fri May 01 22:42:54 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri May 01 22:42:54 2020 +0000 |
tree | bc29224eaa7e6b5e26dd2f18e3a1ee0ccb487bf5 | |
parent | fbf12aa12e0d1dbfb8aa6aa778d0bde0770e577d [diff] | |
parent | 25124757302499a8577eefff6e29675ad6955810 [diff] |
Merge "Fix flaky AppFocusTest" into rvc-dev
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.