summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Davidson2016-12-14 18:36:56 -0600
committerJeff Davidson2016-12-15 14:32:51 -0600
commita335958f3936421ccb06ad5ace3ac29eec1d1eb3 (patch)
treeb28b00d988cd95102fc500fa20cf9e5e5cbe8db5 /GLOBAL-PREUPLOAD.cfg
parent9084b1ea4775fe493481e4f28828ae0e2ab765d7 (diff)
downloadmanifest-a335958f3936421ccb06ad5ace3ac29eec1d1eb3.tar.gz
manifest-a335958f3936421ccb06ad5ace3ac29eec1d1eb3.tar.xz
manifest-a335958f3936421ccb06ad5ace3ac29eec1d1eb3.zip
Add google-java-format tools to GLOBAL-PREUPLOAD.cfg.
Bug: 31552314 Test: Verified on a sample project Change-Id: Ie15d0233e186c61c8f65fb567614aeb754995cb1
Diffstat (limited to 'GLOBAL-PREUPLOAD.cfg')
-rw-r--r--GLOBAL-PREUPLOAD.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/GLOBAL-PREUPLOAD.cfg b/GLOBAL-PREUPLOAD.cfg
index e8d0b99..c630482 100644
--- a/GLOBAL-PREUPLOAD.cfg
+++ b/GLOBAL-PREUPLOAD.cfg
@@ -12,3 +12,5 @@ commit_msg_test_field = true
12clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format 12clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format
13git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format 13git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format
14gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt 14gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt
15google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format
16google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py