commit | 211b1feba3e0fe8d87e9ebf50b2daa4b5f35d42e | [log] [tgz] |
---|---|---|
author | Yan Zhu <yanzhuyan@google.com> | Wed Nov 06 15:54:19 2019 -0800 |
committer | Yan Zhu <yanzhuyan@google.com> | Fri Nov 08 08:39:25 2019 -0800 |
tree | c135ae68a6fa2566c0dcfa01c024b84079a29b21 | |
parent | 0076c5c0e2029efade63919129fccb180fc63687 [diff] |
Modify car service to follow development guideline for synchronization - PerUserCarServiceHelper - CarPackageManagerService - ActivityBlockingActivity - AppBlockingPolicyProxy Bug: 143695560 Bug: 143695536 Test: make CarService && CarServiceTest && CarServiceUnitTest All tests should pass. Change-Id: I28b98a1a140633a556eded67a58ebffa0d6df509
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.