commit | 96510935697c2934427f0c14d0b153244e8cfb2b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 28 15:20:40 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Sep 28 22:28:23 2017 -0700 |
tree | 9d24bda7e80bb8a633651fa7ca646fe757c070c8 | |
parent | 2e01f39c31e042482fbe10df79d8b2837ae79239 [diff] [blame] |
Run other maintenance scripts as part of the preupload hooks. And get back up to date by actually running them... Bug: N/A Test: uploaded this Change-Id: I54fec461190e8570929fdcbcbf2746ddd6a4b293
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 7b533a4..f7c8fd7 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg
@@ -1,2 +1,5 @@ [Hook Scripts] notice = tools/update_notice.sh +seccomp = tools/update_seccomp.sh +syscalls = tools/update_syscalls.sh +version_scripts = tools/update_version_scripts.sh