commit | 08f39d72ed0f0c17308637a60018207829fed8e0 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Sep 27 10:35:47 2017 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Sep 27 10:36:36 2017 -0700 |
tree | 4d3f10bad1c3d8a6b87845b57694ad331b44d07a | |
parent | 10c02ec5bc1eef9b34896eb3d3d0dbadfd51d91f [diff] [blame] |
Use -Werror in external/cblas Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I09f56274cf61955c21dd8fed1999ad7cbbe29221
diff --git a/Android.bp b/Android.bp index 4e439d1..c4a0de5 100644 --- a/Android.bp +++ b/Android.bp
@@ -162,6 +162,7 @@ "src/xerbla.c", ], + cflags: ["-Werror"], export_include_dirs: ["include"], }