Skip to content

Commit af242ef

Browse files
zbw182Android (Google) Code Review
authored andcommitted
Merge "add screenPartStatus to staticDisplayInfo" into main
2 parents 65893ab + 283b38e commit af242ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/gui/aidl/android/gui/StaticDisplayInfo.aidl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ parcelable StaticDisplayInfo {
2828
boolean secure;
2929
@nullable DeviceProductInfo deviceProductInfo;
3030
Rotation installOrientation = Rotation.Rotation0;
31+
/* this comes from composer HAL's screenPartStatus.aidl file */
32+
int screenPartStatus;
3133
}

0 commit comments

Comments
 (0)