commit | d42e3f72bb97ab97e7277ce44e9cf5b345ef353d | [log] [tgz] |
---|---|---|
author | Keun-young Park <keunyoung@google.com> | Thu May 21 22:01:41 2020 +0000 |
committer | Keun-young Park <keunyoung@google.com> | Thu May 21 22:01:41 2020 +0000 |
tree | 0f0f7e3801889bf60b785052aaba9544c32d0d16 | |
parent | 137c87abebf324e8197abde92764ed2a6248c19e [diff] |
Revert "Revert "Use PRODUCT_*_SEPOLICY_DIRS for auto seploicy"" This reverts commit 137c87abebf324e8197abde92764ed2a6248c19e. Reason for revert: all affected devices had migrated to allow appending PRODUCT_*. Re-landing the original CL. Bug: 156009417 Change-Id: I79ff7388bf6d925a071cf5d32bea833688ee567c Test: build and boot up
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.