aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 10:35:47 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-27 10:36:36 -0700
commit08f39d72ed0f0c17308637a60018207829fed8e0 (patch)
tree4d3f10bad1c3d8a6b87845b57694ad331b44d07a
parent10c02ec5bc1eef9b34896eb3d3d0dbadfd51d91f (diff)
downloadcblas-08f39d72ed0f0c17308637a60018207829fed8e0.tar.gz
Use -Werror in external/cblas
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I09f56274cf61955c21dd8fed1999ad7cbbe29221
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4e439d1..c4a0de5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -162,6 +162,7 @@ cc_defaults {
"src/xerbla.c",
],
+ cflags: ["-Werror"],
export_include_dirs: ["include"],
}