commit | 72f2f22c4783a5da6d012b848d1b78402c47d8f6 | [log] [tgz] |
---|---|---|
author | James Farrell <jamesfarrell@google.com> | Mon Nov 11 22:05:24 2024 +0000 |
committer | James Farrell <jamesfarrell@google.com> | Tue Nov 12 01:21:25 2024 +0000 |
tree | 87d83f0f2f3eb1fb27f63dd9c685b4337d5aead5 | |
parent | d4d3ecf934d4aaf44cd082a5210253b96ce17d36 [diff] |
Re-enable bpfmt as a pre-upload check. Bug: http://b/339424309 Test: treehugger Change-Id: Ib6c90ab98cdf406ff2fd3231c3e0ea8baa940693
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 1587320..923420b 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg
@@ -1,2 +1,5 @@ [Hook Scripts] check = ${REPO_ROOT}/external/rust/android-crates-io/PREUPLOAD.sh ${PREUPLOAD_FILES} + +[Builtin Hooks] +bpfmt = true