commit | 6180e701d7ccbd124b07d26c3e75a8f916d27248 | [log] [tgz] |
---|---|---|
author | Selim Gurun <sgurun@google.com> | Wed May 29 00:20:14 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 29 00:20:14 2019 -0700 |
tree | 05fb24fda1f6fc5a905a469f5893f76f4ab9a5c8 | |
parent | 7498b27d2bddcc719c019cec2fc0077f52471591 [diff] | |
parent | 199e24dac90be369eed3939e6acfe53ffaaf4f92 [diff] |
Open the bugreport internal api to user builds am: 606b2ec154 am: 199e24dac9 Change-Id: I31fcff1d9026518f7812e4681fa4f18e89952770
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.