commit | 5357a6cf534e136a8bf20bd4fcf12ffa1af77781 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Mon Oct 19 14:40:41 2020 -0700 |
committer | Winson Chung <winsonc@google.com> | Tue Oct 20 09:43:06 2020 -0700 |
tree | bb092781c25898657dfe579dbae5c4ce4ba2c0a1 | |
parent | 1705f04c916c25214d0e95af83d95c08a5789c91 [diff] |
Remove deprecated ActivityView ctor call Bug: 165794879 Change-Id: I25716fb40e6d25b66a9c8a0d330c6c911b5dd783
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.