From 702000b182c7d7ce1c10c946f6c30a903e6b0bae Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 27 Sep 2017 12:42:56 -0700 Subject: Use -Werror in external/expat Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I69733baf68b136bf30581c1b844e28baa140a97b --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index f75bfbb..320025c 100644 --- a/Android.bp +++ b/Android.bp @@ -18,6 +18,7 @@ cc_library { ], cflags: [ "-Wall", + "-Werror", "-Wmissing-prototypes", "-Wstrict-prototypes", "-Wno-unused-parameter", -- cgit v1.2.3