summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2020-05-29 14:13:13 +0200
committerThiƩbaud Weksteen <tweek@google.com>2020-06-22 06:30:08 +0000
commitd06f19f9164a6494f70772e80dce10b225b9cffc (patch)
tree1d66742f913ecdeccb9ad50f4c35a05ade9ffbc7
parent12e7c5ea8eab66caa5d499a5a26ad81508d2fcde (diff)
downloadmanifest-d06f19f9164a6494f70772e80dce10b225b9cffc.tar.gz
Add preupload tool path for rustfmt
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
-rw-r--r--GLOBAL-PREUPLOAD.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/GLOBAL-PREUPLOAD.cfg b/GLOBAL-PREUPLOAD.cfg
index 5d3cbf5d1..89eb6c799 100644
--- a/GLOBAL-PREUPLOAD.cfg
+++ b/GLOBAL-PREUPLOAD.cfg
@@ -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