xref: /aosp_15_r20/cts/PREUPLOAD.cfg (revision b7c941bb3fa97aba169d73cee0bed2de8ac964bf)
1[Builtin Hooks]
2bpfmt = true
3clang_format = true
4google_java_format = true
5xmllint = true
6
7[Builtin Hooks Options]
8clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
9               hostsidetests
10               tests/tests/binder_ndk
11               tests/tests/view/jni
12               tests
13
14[Hook Scripts]
15checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
16
17ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES}
18
19splits_native_libs_hook = ${REPO_ROOT}/cts/hostsidetests/appsecurity/test-apps/SplitApp/check_not_modify_libs.sh
20                          ${PREUPLOAD_FILES}
21