summaryrefslogtreecommitdiff
path: root/GLOBAL-PREUPLOAD.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'GLOBAL-PREUPLOAD.cfg')
-rw-r--r--GLOBAL-PREUPLOAD.cfg16
1 files changed, 0 insertions, 16 deletions
diff --git a/GLOBAL-PREUPLOAD.cfg b/GLOBAL-PREUPLOAD.cfg
deleted file mode 100644
index c6304820e..000000000
--- a/GLOBAL-PREUPLOAD.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-# Settings in here control defaults for `repo upload` checks for all projects
-# listed in the manifest. Do not turn on things here without first consulting
-# the wider Android team, and make sure you send out a PSA before landing.
-
-[Options]
-ignore_merged_commits = true
-
-[Builtin Hooks]
-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
-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