Add name for typedef

hardware/libhardware/include was being included with -isystem, which
hides warnings.  Add the missing name for a typedef.

Bug: 32018017
Test: m -j
Change-Id: I35f950ba3e26836cb51312ef28e98748f29d8cd8
This commit is contained in:
Colin Cross 2016-10-07 10:35:13 -07:00
parent 248ec3da8b
commit 64cd91274f

View file

@ -146,7 +146,7 @@ enum {
typedef struct camera2_jpeg_blob {
uint16_t jpeg_blob_id;
uint32_t jpeg_size;
};
} camera2_jpeg_blob_t;
enum {
CAMERA2_JPEG_BLOB_ID = 0x00FF