2017-03-30 18:13:50 +02:00
|
|
|
[Options]
|
|
|
|
ignore_merged_commits = true
|
|
|
|
|
|
|
|
[Builtin Hooks]
|
2019-12-10 18:50:19 +01:00
|
|
|
bpfmt = true
|
2017-03-30 18:13:50 +02:00
|
|
|
clang_format = true
|
2021-01-21 07:05:44 +01:00
|
|
|
aidl_format = true
|
2019-08-02 00:49:57 +02:00
|
|
|
|
|
|
|
[Hook Scripts]
|
|
|
|
aosp_hook_confirmationui = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} confirmationui
|
|
|
|
aosp_hook_gatekeeper = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} gatekeeper
|
|
|
|
aosp_hook_keymaster = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} keymaster
|
2023-06-07 22:25:43 +02:00
|
|
|
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
|