commit | d50a1de565c00d415ad39ef8c14e392da4c99d43 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 05 17:30:57 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Feb 05 17:30:57 2018 -0800 |
tree | 011e021bbb021d83634d00ffa3255ebd7d468cfe | |
parent | a70089163ca09a983772dd2a8daa17e47f8ede53 [diff] |
Run bpfmt manually. Bug: N/A Test: builds Change-Id: I0cf145c3b699ac8ef170a63366832f63a9cc1a91
diff --git a/libc/seccomp/Android.bp b/libc/seccomp/Android.bp index bb91849..ae99857 100644 --- a/libc/seccomp/Android.bp +++ b/libc/seccomp/Android.bp
@@ -22,7 +22,10 @@ "mips64_system_policy.cpp", ], export_include_dirs: ["include"], - cflags: ["-Wall", "-Werror"], + cflags: [ + "-Wall", + "-Werror", + ], shared: { shared_libs: ["libbase"], },