Skip to content

Commit

Permalink
Add google-java-format tools to GLOBAL-PREUPLOAD.cfg.
Browse files Browse the repository at this point in the history
Bug: 31552314
Test: Verified on a sample project
Change-Id: Ie15d0233e186c61c8f65fb567614aeb754995cb1
  • Loading branch information
jpd236 committed Dec 15, 2016
1 parent 9084b1e commit a335958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GLOBAL-PREUPLOAD.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ commit_msg_test_field = true
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
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

0 comments on commit a335958

Please sign in to comment.