commit | 1d8e980e25895a208d46284f36a5e51c0f392edd | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Sat Oct 20 01:30:38 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat Oct 20 01:30:38 2018 -0700 |
tree | 3fac95cf2cb83a929066521021eb3a49ccb3b062 | |
parent | 81b19617db77edba73fc1b8ae0b6971795fd2b34 [diff] | |
parent | f68d1864d94b8e01ece06b9e7fbe572bf452bb94 [diff] |
Merge "Allow implicit-fallthrough warnings locally." am: e45fc974db am: 7da8404d40 am: f68d1864d9 Change-Id: Id3dfe43b6d433e7cc627d294e7397622fa680897
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: ["."],