commit | 84f0dcd59ee41b385e819b2563cbd1a7f8700cba | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Oct 02 11:47:31 2017 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Oct 02 13:21:22 2017 -0700 |
tree | cd9b9ab3ccdb207959abdde679a0d23dd53f2fea | |
parent | b3639adf9ce41f520f7a64a5016e6ffc41ccd009 [diff] |
Use -Werror in bionic Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ic68141a5c50880c485646e38349f94b866267bd9
diff --git a/libc/seccomp/Android.bp b/libc/seccomp/Android.bp index a75aa65..b3707bc 100644 --- a/libc/seccomp/Android.bp +++ b/libc/seccomp/Android.bp
@@ -16,6 +16,7 @@ "mips64_global_policy.cpp", ], export_include_dirs: ["include"], + cflags: ["-Wall", "-Werror"], shared: { shared_libs: ["libbase"], },