Disable checkcolor hook
This hook is currently broken (in that it does not fail when a
hard-coded colour is added), and adds 30–40 seconds to the time taken
by repo upload.
Bug: 377902600
Change-Id: I868df74da7e3b6b15e18c9572877dc368ae6f643
Test: Treehugger
Flag: EXEMPT change to pre-upload checks
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
index 01d75e8..6e22780 100644
--- a/PREUPLOAD.cfg
+++ b/PREUPLOAD.cfg
@@ -1,5 +1,6 @@
[Hook Scripts]
-checkcolor_hook = ${REPO_ROOT}/prebuilts/checkcolor/checkcolor.py -p .
+# TODO(b/377902600): Re-enable this hook once it is fixed.
+#checkcolor_hook = ${REPO_ROOT}/prebuilts/checkcolor/checkcolor.py -p .
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}