aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 19:28:55 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-27 19:28:55 +0000
commitf06474ef8ac53a49f70ea4ad259f9b098cd66e95 (patch)
treecd1514510664a903befdd6f6787d8e9ad9c504ed
parent27f1f226f8c2353f6f35596a40ee1f34a4827d4c (diff)
parent366bac9ed1c7621d2957ecc54e3fe39cff4a4bf5 (diff)
downloadcblas-f06474ef8ac53a49f70ea4ad259f9b098cd66e95.tar.gz
Use -Werror in external/cblas am: 08f39d72ed am: b21e9ce7d8 am: c2b7944ae0
am: 366bac9ed1 Change-Id: I7d0c55023f81a8fdade3eeb6b84f1362d8906d67
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e6ca010..4477579 100644
--- a/Android.bp
+++ b/Android.bp
@@ -162,6 +162,7 @@ cc_defaults {
"src/xerbla.c",
],
+ cflags: ["-Werror"],
export_include_dirs: ["include"],
}