Add pre-upload tool path for gofmt

Test: repo upload
Change-Id: I273b9d6a0cc3f25629f369616b8d62fccdaa0089
This commit is contained in:
Dan Willemsen 2016-10-20 16:38:09 -07:00
parent 94080d60ef
commit d23fc0630b
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ commit_msg_test_field = true
[Tool Paths]
clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format
git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format
gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt