571d4faecb
Bugs: me Test: upload with bp file Change-Id: Ie8da54e7f4ceda4c50d9537bf9e8a232653d920d
11 lines
311 B
INI
11 lines
311 B
INI
[Builtin Hooks]
|
|
clang_format = true
|
|
rustfmt = true
|
|
bpfmt = true
|
|
|
|
[Builtin Hooks Options]
|
|
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
|
rustfmt = --config-path=rustfmt.toml
|
|
|
|
[Hook Scripts]
|
|
aosp_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "."
|