1[Builtin Hooks] 2google_java_format = true 3 4[Tool Paths] 5google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format 6google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py 7 8[Hook Scripts] 9# `^.` is a RegExr that matches any character at the beginning, so this hook 10# is basically applied to ALL files in a git commit. 11aospcheck_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^." 12