From 87f9fcccefa4636a9df3640b4946f6ad18077a83 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Mon, 30 Oct 2017 10:51:15 -0700 Subject: Use -Werror in external/libxkbcommon Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I0df217489f998314d812cc707dadcd0231386b56 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index bdc1e70..7ac864f 100644 --- a/Android.bp +++ b/Android.bp @@ -48,6 +48,8 @@ cc_library_static { ], cflags: [ "-std=c99", + "-Wall", + "-Werror", "-Wno-unused-parameter", "-Wno-missing-field-initializers", "-DXLOCALEDIR=\"/usr/share/X11/locale\"", -- cgit v1.2.3