aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a8538b2..2909031 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,6 +19,7 @@ cc_library_static {
name: "libgsl",
host_supported: true,
export_include_dirs: ["include"],
+ cflags: ["-Wall", "-Werror"],
}
// Tests pending approval of external/Microsoft-unittest-cpp: http://b/32512867