Merge "Fix implicit fallthrough warnings."

am: 591171a659

Change-Id: I6fc2f638f3e7559a1ec2face4c8ec2dab51506be
This commit is contained in:
Chih-hung Hsieh
2018-10-18 23:27:06 -07:00
committed by android-build-merger

View File

@@ -2074,6 +2074,7 @@ bool ExternalCameraDeviceSession::isSupported(const Stream& stream) {
ALOGI("%s: BLOB format does not support dataSpace %x", __FUNCTION__, ds); ALOGI("%s: BLOB format does not support dataSpace %x", __FUNCTION__, ds);
return false; return false;
} }
break;
case PixelFormat::IMPLEMENTATION_DEFINED: case PixelFormat::IMPLEMENTATION_DEFINED:
case PixelFormat::YCBCR_420_888: case PixelFormat::YCBCR_420_888:
case PixelFormat::YV12: case PixelFormat::YV12: