aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-12-12 12:29:19 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-12 12:29:19 -0800
commit08e7a593f7ab9406997b51a52ef00fe667431846 (patch)
tree4bcd9c9fa232af1309f379e4ab4bc4105ce6f0ce
parent03f25d72f9da08857c07cecaba460e128deb44ea (diff)
parente3e76a72c7b8c31142ab7e32e6f1e9612e16e385 (diff)
downloadepid-sdk-08e7a593f7ab9406997b51a52ef00fe667431846.tar.gz
Suppress null-pointer-arithmetic warning am: a610fd9ba0
am: e3e76a72c7 Change-Id: Icb947dd35112bc0e6ce694292073108365e77b5c
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 39b5f22..27e94c1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,7 @@ cc_defaults {
"-Wno-missing-field-initializers",
"-Wno-for-loop-analysis",
"-Wno-unused-const-variable",
+ "-Wno-null-pointer-arithmetic",
"-fexceptions",
"-fPIC",
"-O2",