commit | 7da8404d4012959011bcfe816bbd81ff0e1c6b9b | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Sat Oct 20 01:21:21 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat Oct 20 01:21:21 2018 -0700 |
tree | 464931e257f66e93cbdfdefbc13adf5a4d7ee919 | |
parent | 3d22b204f2a57855a06b5ac83b30124d025c16bf [diff] | |
parent | e45fc974db159399cf3654abe52be84cf39024a2 [diff] |
Merge "Allow implicit-fallthrough warnings locally." am: e45fc974db Change-Id: Ia00232b4ecaefea58016844c4a6e126ca2ecad80
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: ["."],