summaryrefslogtreecommitdiff
path: root/PREUPLOAD.cfg
diff options
context:
space:
mode:
author Anushree Ganjam <ganjam@google.com> 2025-01-28 15:51:51 -0800
committer Anushree Ganjam <ganjam@google.com> 2025-01-28 15:51:51 -0800
commit1649e6f36be2965e803c0ff3c272168dcb0939aa (patch)
tree85fcdec1aad60e718734b760399d70cb6dc451c1 /PREUPLOAD.cfg
parente05fd23cff5797939b5605acbd39060cc9dfd917 (diff)
Remove flag_check.py, we now have flag directive check in gerrit presubmit.
See b/340896878 & go/flag-format-checker-design-doc & go/flag-directive-checker Bug: 391534772 Test: Manual Flag: EXEMPT remove flag check hook Change-Id: Iff95b80171569f7e0842cbcf091f0a18a9ec88f7
Diffstat (limited to 'PREUPLOAD.cfg')
-rw-r--r--PREUPLOAD.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
index 5e0428bab467..05d6e886b01a 100644
--- a/PREUPLOAD.cfg
+++ b/PREUPLOAD.cfg
@@ -29,8 +29,5 @@ hidden_api_txt_exclude_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/exclu
ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py --no-verify-format -f ${PREUPLOAD_FILES}
-# This flag check hook runs only for "packages/SystemUI" subdirectory. If you want to include this check for other subdirectories, please modify flag_check.py.
-flag_hook = ${REPO_ROOT}/frameworks/base/packages/SystemUI/flag_check.py --msg=${PREUPLOAD_COMMIT_MESSAGE} --files=${PREUPLOAD_FILES} --project=${REPO_PROJECT}
-
[Tool Paths]
ktfmt = ${REPO_ROOT}/external/ktfmt/ktfmt.sh