commit | 6b2abecb4f7b368067139e9cb99177fc65376bd0 | [log] [tgz] |
---|---|---|
author | Sumanth Mara <smara@google.com> | Fri Jul 19 13:36:01 2019 -0700 |
committer | Sumanth Mara <smara@google.com> | Fri Jul 19 13:42:42 2019 -0700 |
tree | 6d0df201e58741ea8e7e8ef0ba2966352133f80b | |
parent | 548d6022b637bc38a0ddae9d2282954b245cbc14 [diff] |
Add @RequireDevices for flaky test until it fixed. Bug:137955326 Test: Compiled. Change-Id: I66109d8433ad320910c185bee8e2d017aea9a025
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.