aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-03-11 12:09:17 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-03-11 12:09:17 +0100
commite7caca8e1ed4acd5ba185b96aea8a400cf1717b4 (patch)
tree7072ecbe90099543e5c792a993fdc043e4e1edb1 /Makefile
parent3d010fa6c38290eb00db1c9916d113b84d65dbc4 (diff)
executor: minor cleanup of android sandbox
Fix code formatting, clang-tidy warnings, minor style nits.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b618adf1..b28867868 100644
--- a/Makefile
+++ b/Makefile
@@ -221,6 +221,7 @@ format_go:
format_cpp:
clang-format --style=file -i executor/*.cc executor/*.h \
+ executor/android/android_seccomp.h \
tools/kcovtrace/*.c tools/kcovfuzzer/*.c tools/fops_probe/*.cc
format_sys: bin/syz-fmt