aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-12-12 12:25:16 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-12 12:25:16 -0800
commite3e76a72c7b8c31142ab7e32e6f1e9612e16e385 (patch)
tree4bcd9c9fa232af1309f379e4ab4bc4105ce6f0ce
parent60effc3726a8ee8c17f5d354730ffc29d4f3ecee (diff)
parenta610fd9ba05d02fe8d5ad24495b8edf5e45b3000 (diff)
downloadepid-sdk-e3e76a72c7b8c31142ab7e32e6f1e9612e16e385.tar.gz
Suppress null-pointer-arithmetic warning
am: a610fd9ba0 Change-Id: Idcf3123f72c7023e9e09e40147955b1e348cee50
-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",