Merge "Allow implicit-fallthrough warnings locally." am: e45fc974db am: 7da8404d40

am: f68d1864d9

Change-Id: Id3dfe43b6d433e7cc627d294e7397622fa680897
This commit is contained in:
Chih-hung Hsieh 2018-10-20 01:30:38 -07:00 committed by android-build-merger
commit 1d8e980e25

View file

@ -22,6 +22,8 @@ cc_defaults {
"-Wall", "-Wall",
"-Werror", "-Werror",
"-Wextra", "-Wextra",
// Allow implicit fallthroughs in HidRawSensor.cpp until they are fixed.
"-Wno-error=implicit-fallthrough",
], ],
export_include_dirs: ["."], export_include_dirs: ["."],