aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-04-11 10:42:19 -0700
committerElliott Hughes <enh@google.com>2019-04-11 10:42:19 -0700
commit6b6a6c8407e9ecfaefd3bd35d41a8fb48fa3645d (patch)
tree5f3c3ae6d309330047ecab784da63d340e79fe65 /tools
parentd1ff49c24afb1bb09925cda295d2bb52d514f879 (diff)
downloadbionic-6b6a6c8407e9ecfaefd3bd35d41a8fb48fa3645d.tar.gz
Remove seccomp upload hook.
We switched to genrules already, and the lack of `set -e` in the script means that no-one's even noticed that this script has been failing since then... Test: N/A Change-Id: Ie57cc97ab4e1003a106d4667cd404d22f0ee68a2
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_seccomp.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/update_seccomp.sh b/tools/update_seccomp.sh
deleted file mode 100755
index b9e53aa76..000000000
--- a/tools/update_seccomp.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-cd $DIR/..
-./libc/tools/genseccomp.py
-
-git diff --exit-code HEAD libc/seccomp/
-exit $?