21 lines
742 B
INI
21 lines
742 B
INI
[Builtin Hooks]
|
|
clang_format = true
|
|
xmllint = true
|
|
bpfmt = true
|
|
|
|
[Builtin Hooks Options]
|
|
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
|
hostsidetests
|
|
tests/tests/binder_ndk
|
|
tests/tests/view/jni
|
|
|
|
[Hook Scripts]
|
|
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
|
|
|
|
ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES}
|
|
|
|
splits_native_libs_hook = ${REPO_ROOT}/cts/hostsidetests/appsecurity/test-apps/SplitApp/check_not_modify_libs.sh
|
|
${PREUPLOAD_FILES}
|
|
|
|
bedstead_aosp_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "common/device-side/bedstead/"
|