Merge "[hardware][interfaces][sensors] fix -Wreorder-init-list again"

This commit is contained in:
TreeHugger Robot
2019-11-05 22:14:27 +00:00
committed by Android (Google) Code Review

View File

@@ -147,8 +147,8 @@ BufferDescriptor GrallocHalWrapper<AllocatorT, MapperT>::getDescriptor(uint32_t
.width = size,
.height = 1,
.layerCount = 1,
.format = static_cast<decltype(descriptorInfo.format)>(PixelFormat::BLOB),
.usage = kBufferUsage,
.format = static_cast<decltype(descriptorInfo.format)>(PixelFormat::BLOB),
};
BufferDescriptor descriptor;