From 1fa9c1ac24825098c622aec489155faf16a7a995 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Thu, 28 Sep 2017 11:19:58 -0700 Subject: Use -Werror in external/google-benchmark Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: If884d4dd9082d7d5ab4b0ff918000032c6fd15b0 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 4b25e3e..8301356 100644 --- a/Android.bp +++ b/Android.bp @@ -26,6 +26,7 @@ cc_library_static { cflags: [ "-DBENCHMARK_ANDROID", "-DHAVE_POSIX_REGEX", + "-Werror", ], srcs: [ -- cgit v1.2.3