commit | 53c78c8ec0677fb9c7241bf4b153685564fd07e4 | [log] [tgz] |
---|---|---|
author | Howard Hao <hhhao@google.com> | Wed May 26 16:57:03 2021 -0700 |
committer | Howard Hao <hhhao@google.com> | Thu Jun 03 12:47:30 2021 -0700 |
tree | b0b6c512523d33109db380434b4bdef75a747c05 | |
parent | f377464bcf91c74e3616e4601d498cc27338e238 [diff] |
Add skeleton class for DataBrokerController. Bug: 187744195 Test: mm -j Change-Id: I5b8c752666ebee994bc14af114c6a5b9bc683416
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.