diff options
author | Siarhei Vishniakou <svv@google.com> | 2020-01-03 10:59:17 -0800 |
---|---|---|
committer | Siarhei Vishniakou <svv@google.com> | 2020-01-03 11:01:01 -0800 |
commit | cd2fe53533e38f59be4495ea8e41490908ef9aca (patch) | |
tree | 7e06e33b88ee92162e40dec4c7a4830a457ae6f3 | |
parent | 856ce4a17d8cfd4d894b1f3f28b0e224a4e40913 (diff) |
Enable clang-format for core/jni
To have consistent code style and avoid format-related comments in code
review, enable clang-format in frameworks/base/core/jni.
Bug: none
Test: repo upload
Change-Id: Ie9e5408d85036dfabae3a9c60b238b4a190da5fc
-rw-r--r-- | PREUPLOAD.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 78e72bf39586..4d1ac0ec218c 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -6,6 +6,7 @@ clang_format = true clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp cmds/hid/ cmds/input/ + core/jni/ libs/input/ [Hook Scripts] |