Configure rustfmt for preupload hook

Test: N/A
Change-Id: I8f7cecfa00777983540b8fd74da9bab1753bfc01
This commit is contained in:
David LeGare 2022-04-04 20:52:00 +00:00
parent 23dedb660e
commit acd1ef731a
2 changed files with 3 additions and 0 deletions

View file

@ -1,8 +1,10 @@
[Builtin Hooks]
clang_format = true
rustfmt = 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} "."

1
rustfmt.toml Symbolic link
View file

@ -0,0 +1 @@
../../build/soong/scripts/rustfmt.toml