aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzijunzhao <zijunzhao@google.com>2023-03-29 18:58:33 +0000
committerzijunzhao <zijunzhao@google.com>2023-03-29 18:59:37 +0000
commitc03a4cf5bbed0b6e9e52ceea3bb5099dadc24089 (patch)
tree38613f139a45bebd54efb87e5733819c69d4ad14
parentddf037e6d7206ce47c3622ec1b814e38ef9015b2 (diff)
downloadstrace-c03a4cf5bbed0b6e9e52ceea3bb5099dadc24089.tar.gz
Disable nonnull in strace
Bug: b/245972273 Test: mm Change-Id: Idf4c42d960828f4dbd7d17ae1059222ae36c8e92
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 08c7c539..2bcca569 100644
--- a/Android.bp
+++ b/Android.bp
@@ -253,6 +253,7 @@ cc_binary {
"-Werror",
"-Wno-initializer-overrides",
"-Wno-missing-field-initializers",
+ "-Wno-nonnull",
"-Wno-pointer-arith",
"-Wno-unused-parameter",
"-Wno-sign-compare",