Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add preupload tool path for rustfmt
Browse files Browse the repository at this point in the history
This commit was previously reverted because of a conflict in a
downstream repository.

Test: repo init && (add PREUPLOAD.cfg with rustfmt=true) && repo upload
Bug: 157146658
Change-Id: Id5c1eb16721f007c3aac4e63cddad288d0e9dcfe
  • Loading branch information
tweksteen committed Jun 22, 2020
1 parent 12e7c5e commit d06f19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GLOBAL-PREUPLOAD.cfg
Expand Up @@ -16,4 +16,5 @@ git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bi
gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt
google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format
google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py
rustfmt = ${REPO_ROOT}/prebuilts/rust/${BUILD_OS}/stable/rustfmt
cpplint = ${REPO_ROOT}/external/google-styleguide/cpplint/cpplint.py

0 comments on commit d06f19f

Please sign in to comment.