commit | 7aefd779be5d70bb27592a83f7a1cb5968be52f9 | [log] [tgz] |
---|---|---|
author | Lakshman Annadorai <lakshmana@google.com> | Fri Oct 23 19:23:05 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 23 19:23:05 2020 +0000 |
tree | ed4aa173f8817a25077712450c435ac83313ec18 | |
parent | 62814eedfb39e2f7a7a12eb58b333f228dbd7735 [diff] | |
parent | 33fcbde24364d9cd526f1df43b58786f75f0bcba [diff] |
[automerger skipped] DO NOT MERGE: Check system permission for tellMediatorAlive and tellDumpFinished CarWatchdog API calls. am: 82189aa1bd am: 33fcbde243 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/services/Car/+/12888496 Change-Id: If2cbeed7873e5b6021b9a3d8c2164e1d624f55a7
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.