commit | e45fc974db159399cf3654abe52be84cf39024a2 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Sat Oct 20 05:18:01 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Oct 20 05:18:01 2018 +0000 |
tree | 464931e257f66e93cbdfdefbc13adf5a4d7ee919 | |
parent | 3d22b204f2a57855a06b5ac83b30124d025c16bf [diff] | |
parent | f91bd7232dd3472ddfffed9d44cdd22df225bfb4 [diff] |
Merge "Allow implicit-fallthrough warnings locally."
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: ["."],