Myles Watson | 1296c1d | 2017-03-30 09:13:50 -0700 | [diff] [blame] | 1 | [Options] |
| 2 | ignore_merged_commits = true |
| 3 | |
| 4 | [Builtin Hooks] |
Steven Moreland | f0b1faa | 2019-12-10 09:50:19 -0800 | [diff] [blame] | 5 | bpfmt = true |
Myles Watson | 1296c1d | 2017-03-30 09:13:50 -0700 | [diff] [blame] | 6 | clang_format = true |
Jiyong Park | 4b97bd3 | 2021-01-21 15:05:44 +0900 | [diff] [blame] | 7 | aidl_format = true |
Bill Yang | b7995ac | 2024-09-05 09:22:09 +0000 | [diff] [blame] | 8 | gofmt = true |
Janis Danisevskis | 11d910b | 2019-08-01 15:49:57 -0700 | [diff] [blame] | 9 | |
| 10 | [Hook Scripts] |
| 11 | aosp_hook_confirmationui = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} confirmationui |
| 12 | aosp_hook_gatekeeper = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} gatekeeper |
| 13 | aosp_hook_keymaster = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} keymaster |
Yu Shan | 41dd7f1 | 2023-06-07 13:25:43 -0700 | [diff] [blame] | 14 | generate_vehicle_property_enums = ${REPO_ROOT}/hardware/interfaces/automotive/vehicle/tools/generate_annotation_enums.py --android_build_top ${REPO_ROOT} --preupload_files ${PREUPLOAD_FILES} --check_only |