Skip to content

Commit 283b38e

Browse files
committed
add screenPartStatus to staticDisplayInfo
Flag: com.android.tradeinmode.flags.trade_in_mode_2025q4 Test: th Change-Id: I0938a43ea75ae9f2c6aea38de87cc53ecfcd7e29
1 parent 59a484e commit 283b38e

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)