2017-03-30 09:13:50 -07:00
|
|
|
[Options]
|
|
|
|
|
ignore_merged_commits = true
|
|
|
|
|
|
|
|
|
|
[Builtin Hooks]
|
2019-12-10 09:50:19 -08:00
|
|
|
bpfmt = true
|
2017-03-30 09:13:50 -07:00
|
|
|
clang_format = true
|
2021-01-21 15:05:44 +09:00
|
|
|
aidl_format = true
|
2019-08-01 15:49:57 -07: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 13:25:43 -07: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
|