diff options
author | Chih-hung Hsieh <chh@google.com> | 2017-10-16 20:39:41 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-16 20:39:41 +0000 |
commit | e1e0785c38488a48e03d939508b89ba3cadc84cc (patch) | |
tree | 460dbd3e8d3d2ecda6c7be2b18d9bbf00961fd4b /tools/incident_section_gen | |
parent | 7215f944016d58e69ce4f4dda1c70b9609b6faf9 (diff) | |
parent | decc397b267ca0769a2232ebaee6580bb082e0d1 (diff) |
Merge "Use -Werror in frameworks/base" am: 16fbd3a1d8 am: 0bfb717a37 am: 9f004b1752
am: decc397b26
Change-Id: Id4abbc6cb95b2eb96f535b6c1c5295cb27c9d2b0
Diffstat (limited to 'tools/incident_section_gen')
-rw-r--r-- | tools/incident_section_gen/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/incident_section_gen/Android.bp b/tools/incident_section_gen/Android.bp index 1756e06c66fa..f07445a17781 100644 --- a/tools/incident_section_gen/Android.bp +++ b/tools/incident_section_gen/Android.bp @@ -22,6 +22,8 @@ cc_binary_host { cflags: [ "-g", "-O0", + "-Wall", + "-Werror", ], srcs: ["main.cpp"], shared_libs: [ |