commit | 03445131e2db00342b225da750670171df360c8b | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Fri Sep 20 13:30:26 2019 -0700 |
committer | Yi Kong <yikong@google.com> | Fri Sep 20 15:01:46 2019 -0700 |
tree | 3e2026832cf53aefaa642aa6f15df08a4c398b34 | |
parent | 57a28821ffc07c33401ab2a2398834f0645e3faa [diff] [blame] |
Ignore format-pedantic compiler warning This warning was turned off globally but it is only needed for few projects. Move the flag to the individual project blueprint files. Test: presubmit Change-Id: I0836e11fcf75d9eca353edf7e7290cfb84727f9a
diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp index 1a0d8c0..2518e93 100644 --- a/libs/ui/Android.bp +++ b/libs/ui/Android.bp
@@ -47,6 +47,7 @@ "-Wno-padded", "-Wno-switch-enum", + "-Wno-format-pedantic", ], sanitize: {