commit | 8f89886dad673add460c586c9c5772ac28fdd4ba | [log] [tgz] |
---|---|---|
author | Ari Hausman-Cohen <arihc@google.com> | Wed Oct 31 18:34:16 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 31 18:34:16 2018 +0000 |
tree | 31f823da858bde903949a117fd3fccf3fad2d4b6 | |
parent | 92111e7392736afcbecb91d0d88f4d5430d99b35 [diff] | |
parent | 16d91350888a75a3237fae8af81cf88a69449378 [diff] |
Merge "camera: initialize smart pointer before usage"
diff --git a/modules/sensors/dynamic_sensor/Android.bp b/modules/sensors/dynamic_sensor/Android.bp index 214d97c..489cdf4 100644 --- a/modules/sensors/dynamic_sensor/Android.bp +++ b/modules/sensors/dynamic_sensor/Android.bp
@@ -22,6 +22,8 @@ "-Wall", "-Werror", "-Wextra", + // Allow implicit fallthroughs in HidRawSensor.cpp until they are fixed. + "-Wno-error=implicit-fallthrough", ], export_include_dirs: ["."],