From 044803f44dff92e2e38909e9f8b49468794ce8f5 Mon Sep 17 00:00:00 2001 From: Todd Kennedy Date: Fri, 21 Dec 2018 15:10:16 -0800 Subject: Turn all warnings into errors Bug: 121388682 Test: idmap2 builds Change-Id: I6992c4d9b123a5e3d6cea91b1c83a90e57266837 --- cmds/idmap2/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp index fe7099b2f3ea..abe18ba8a415 100644 --- a/cmds/idmap2/Android.bp +++ b/cmds/idmap2/Android.bp @@ -23,6 +23,7 @@ cc_defaults { ], tidy_flags: [ "-system-headers", + "-warnings-as-errors=*", ], } -- cgit v1.2.3-59-g8ed1b