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
This commit is contained in:
Siarhei Vishniakou
2020-01-03 10:59:17 -08:00
parent 856ce4a17d
commit cd2fe53533

View File

@@ -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]