From e3c205cb93b9cc720589913df3b9150b1fb6e9fe Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 27 Sep 2017 16:13:28 -0700 Subject: Use -Werror in external/fio Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I6429477dc9f4f10be99465450955b31483a35987 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index e2daa40b..7aacaf41 100644 --- a/Android.bp +++ b/Android.bp @@ -31,6 +31,7 @@ cc_defaults { "-D_FILE_OFFSET_BITS=64", "-O3", "-Wall", + "-Werror", "-Wdeclaration-after-statement", "-Wwrite-strings", "-ffast-math", -- cgit v1.2.3