commit | 775750a236dd28f6edb77bb08895f186b9a9476c | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Thu May 19 22:46:38 2022 +0800 |
committer | Yi Kong <yikong@google.com> | Thu May 19 22:47:48 2022 +0800 |
tree | 4e92f381ec8745c3fc3ef0ee77af99ed06e21cb1 | |
parent | 487fc2844455704b6faae3622e620ca7b62bb047 [diff] |
Suppress string-compare warning Test: presubmit Bug: 153764102 Change-Id: Ib86f4d63de02944e30cc19aae94994ad20b8450f
diff --git a/Android.bp b/Android.bp index 772f40b..4feada6 100644 --- a/Android.bp +++ b/Android.bp
@@ -21,10 +21,11 @@ "-DLIBDIR=0", "-DLOCALEDIR=NULL", - "-Wno-unused-parameter", "-Wno-dangling-else", "-Wno-format", "-Wno-incompatible-pointer-types", + "-Wno-string-compare", + "-Wno-unused-parameter", ], local_include_dirs: ["lib", "src"],