diff options
| author | 2018-12-21 15:10:16 -0800 | |
|---|---|---|
| committer | 2018-12-21 15:28:45 -0800 | |
| commit | 044803f44dff92e2e38909e9f8b49468794ce8f5 (patch) | |
| tree | a0f66ff699e88c40edb004e2b8524d07338318e8 | |
| parent | e38816598fc91022c028dae3f3d601ce1081b2ee (diff) | |
Turn all warnings into errors
Bug: 121388682
Test: idmap2 builds
Change-Id: I6992c4d9b123a5e3d6cea91b1c83a90e57266837
| -rw-r--r-- | cmds/idmap2/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
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=*", ], } |