From fd31217fe1c68cb2aedaa2575dcde1221ef29b3b Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 27 Sep 2017 10:11:26 -0700 Subject: Use -Werror in external/Microsoft-GSL Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ib889a4e97d6571e35cd27c31ed871ad90674dbb0 --- Android.bp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3