fix a typo preventing pre hwc-1.1 devices from booting
Change-Id: Icf01254689633d04967872749ac947a671e47ed8
This commit is contained in:
parent
f5a3392834
commit
38e623bc5c
@ -172,6 +172,7 @@ HWComposer::HWComposer(
|
||||
"should only have fbdev if no hwc or hwc is 1.0");
|
||||
|
||||
DisplayData& disp(mDisplayData[HWC_DISPLAY_PRIMARY]);
|
||||
disp.connected = true;
|
||||
disp.width = mFbDev->width;
|
||||
disp.height = mFbDev->height;
|
||||
disp.format = mFbDev->format;
|
||||
|
Loading…
Reference in New Issue
Block a user